<!--//
function launch(loc,w,h){
	orderWindow = window.open(loc,"listWindow","toolbar=no,status=yes,menubar=no,scrollbars=no,resizable=yes,width="+w+",height="+h);
	orderWindow.focus();
}

function launch2(loc,w,h,n,s){
	orderWindow = window.open(loc,n,"toolbar=no,status=yes,menubar=no,scrollbars="+s+",resizable=yes,width="+w+",height="+h);
	orderWindow.focus();
}

//-->
