function CurrencyCalculatorWindow() {
	var w = 530;
	var h = 170;
	var left = (screen.width/2) - (w/2);
	var top = (screen.height/2) - (h/2);
	
	var myWin = window.open ('', 'CurrencyCalculatorDialog',
	'width='+w+',height='+h+',status=no,toolbar=no,menubar=no,directories=no,scrollbars=yes,location=no, copyhistory=no, top='+top+', left='+left);

}

function WorldTimesWindow() {

	var w = 550;
	var h = 450;
	var left = (screen.width/2) - (w/2);
	var top = (screen.height/2) - (h/2);
	
	var myWin = window.open ('', 'WorldTimesDialog',
	'width='+w+',height='+h+',status=no,toolbar=no,menubar=no,directories=no,scrollbars=yes,location=no, copyhistory=no, top='+top+', left='+left);

}       

function PriceOptionWindow() {
	myWin = open('','PriceOptionDialog',
	'width=400,height=300,status=no,toolbar=no,menubar=no,directories=no,scrollbars=yes,location=no,position=center');
}       

function OperatorWindow(strParm) {

	var w = 500;
	var h = 300;
	var left = (screen.width/2) - (w/2);
	var top = (screen.height/2) - (h/2);
	
	var myWin = window.open ('', 'OperatorDialog',
	'width='+w+',height='+h+',status=no,toolbar=no,menubar=no,directories=no,scrollbars=yes,location=no, copyhistory=no, top='+top+', left='+left);

}

function PictureWindow() {
	myWin = open('','PictureDialog',
	'width=720,height=520,status=no,toolbar=no,menubar=no,directories=no,scrollbars=yes,location=no,position=center');
}

function SimpleReportWindow() {
	myWin = open('','SimpleReportDialog',
	'width=750,height=400,status=no,toolbar=no,menubar=yes,directories=no,scrollbars=yes,location=no');
}

function VoucherWindow() {
	myWin = open('','VoucherDialog',
	'width=750,height=400,status=no,toolbar=no,menubar=yes,directories=no,scrollbars=yes,location=no');
}

function ProductDtlWindow() {

	var w = 600;
	var h = 500;
	var left = (screen.width/2) - (w/2);
	var top = (screen.height/2) - (h/2);
	
	var myWin = window.open ('', 'ProductDialog',
	'width='+w+',height='+h+',status=no,toolbar=no,menubar=no,directories=no,scrollbars=yes,location=no, copyhistory=no, top='+top+', left='+left);

}


function FindWindow() {
	myWin = open('','FindDialog',
	'width=750,height=500,status=no,toolbar=no,menubar=no,directories=no,scrollbars=yes,location=no');
}

function PaymRefWindow() {
	myWin = open('','PaymRefDialog',
	'width=700,height=420,status=no,toolbar=no,menubar=yes,directories=no,scrollbars=yes,location=no');
}

function FindCalendarSelectWindow() {
	myWin = open('','FindCalendarPopupDialog',
	'width=250,height=360,resizable=no,menubar=no,status=no,scrollbars=no,toolbar=no,directories=no,location=no');
}

function HelpWindow() {
	myWin = open('','HelpPopupDialog',
	'width=350,height=200,resizable=no,menubar=no,status=no,scrollbars=no,toolbar=no,directories=no,location=no');
}

function CountryInfoWindow() {
	myWin = open('','CountryInfoDialog',
	'width=750,height=500,status=no,toolbar=no,menubar=no,directories=no,scrollbars=yes,location=no,position=center');
}

function WebPageWindow() {

	var w = 700;
	var h = 500;
	var left = (screen.width/2) - (w/2);
	var top = (screen.height/2) - (h/2);
	
	var myWin = window.open ('', 'WebPageDialog',
	'width='+w+',height='+h+',status=no,toolbar=no,menubar=no,directories=no,scrollbars=yes,location=no, copyhistory=no, top='+top+', left='+left);

}       

function PictureWindow() {
	myWin = open('','PictureDialog',
	'width=600,height=500,status=no,toolbar=no,menubar=no,directories=no,scrollbars=yes,location=no,position=center');
}       
