


<!-- ##### ROLLOVER TEXT (bp 0)#####
	
	if (document.images)

	{	
	bpText = new Image
	bpbgText = new Image	
	
	bpText.src = "images/icons/bp.jpg"
	bpbgText.src = "images/icons/bpbg.jpg"
	}

	else

	{	
	bpText = ""
	bpbgText = ""
	document.textField = ""
	}

	// -->

<!-- ##### FLOATING WINDOW (BP)#####

	function newWindow()
	{
	floatingWindow = window.open ('bp/index.html', 'floatingWin', 'width=650,height=700,top=10,left=10,screenX=10,screenY=10,scrollbars=1,resizable=1')
	}	

	// -->

<!-- ##### FLOATING WINDOW (Designer)#####

	function newWindow2()
	{
	floatingWindow = window.open ('bp/designer.html', 'floatingWin', 'width=650,height=680,top=10,left=10,screenX=10,screenY=10,scrollbars=1,resizable=1')
	}	

	// -->

<!-- ##### CLOSE FLOATING WINDOW ##### 
	function closewindow()
	{
    	window.close();
	}
	// -->


