<!--
function winopen(dest) 

{
	
newwin=window.open(dest,"new","toolbar=0,location=0,statusbar=0,menubar=0,resizable=1,width=550,height=350,scrollbars=1");

if (CanDoScreen()){

var xpos = eval((screen.width / 2)-280)
var ypos = eval((screen.height / 2)-220)}

}

// -->