function bigWind(myURL){
	winFeatures='width=600,height=550,scrollbars=0';
	winFeatures=winFeatures+',status=no,scrollbars=yes,resizable=yes';
	window.open(myURL,'_blank',winFeatures);
}

