function openwindow(mywindow) { 
	window.open(mywindow,"New","status=no,toolbar=no,scrollbars=yes,resizable,left=0,top=0,width=500,height=400");
}

function openTop(mywindow) {    
	window.open(mywindow,"New","status=no,toolbar=no,scrollbars=yes,resizable,left=50,top=50,width=700,height=550");
}

function openFlashSplash(mywindow) { 
	window.open(mywindow,"Flash","status=no,toolbar=no,scrollbars=no,left=0,top=0,width=400,height=400");
}

function openSolution(mywindow) {    
	window.open(mywindow,"New","status=no,toolbar=no,scrollbars=yes,resizable,left=50,top=25,width=750,height=550");
}
