<!--



//language



function openwin(winame,file,height,width)

{

	window.open(file,winame,"status=no,scrollbars=no,toolbar=no,location=no,menu=no,left=110 top=110,resizable=no,width="+width+",height="+height);

}





// -->




