	function subwindow() {
NewWindow = window.open("prices.htm", "NewWindow","status = no, toolbar = no, location = no, scrollbars=yes, left = 80, top = 310, width = 489, height = 290");
}


function subwindowAdmin() {
NewWindowAdmin = window.open("help.htm", "NewWindow","status = no, toolbar = no, location = no, scrollbars=yes, left = 80, top = 100, width = 920, height = 400");
}
// The statement starting with "NewWindow" must be on ONE line.

