var VMCHomePageName = 'VMCHomePage';

function fullImageSize(theURL) {
 	var serv=window.open(theURL,'fullImageSize','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=500,height=350');
 	serv.focus();
}


function remText(theURL) {
 	var serv=window.open(theURL,'remText','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=500,height=350');
 	serv.focus();
}

function largeWin(theURL) {
 	var serv=window.open(theURL,'largeWin','toolbar=yes,location=yes,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=no,width=600,height=500');
 	serv.focus();
}

function smallWin(theURL) {
 	var serv=window.open(theURL,'largeWin','toolbar=yes,location=yes,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=no,width=1,height=1');
 	serv.focus();
}

function vmcWin(theURL) {
 	var serv=window.open(theURL,VMCHomePageName,'toolbar=yes,location=yes,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=no,width=600,height=500');
 	serv.focus();
}


function impNotice(theURL) {
 	var serv=window.open(theURL,'impNotice','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=500,height=350');
 	serv.focus();
}


function printRecOrStoryLine(theURL) {




	 var serv=window.open(theURL,'cm_prints','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=500,height=350');
	 serv.focus();


}

