function printCall(url){
	window.open(url,'Print','width=500,height=600,toolbar=no,menubar=no,resizable=yes,scrollbars=yes,status=no',true);
}
