///////////////////////////////////////////////////////////////////////////

var Bwind = ""

function newbrochure(brochure) {
		if (Bwind.name == null) {
			Bwind = window.open('/Plotterworld/store/brochure.htm','brochure_window','resizable=yes,location=no,menubar=no,statusbar=no,scrollbars=auto,width=790,height=570')
			alert('Opening PlotterWorld Brochure Window!')
			Bwind.focus();
	} else {
		Bwind.focus();
	}
}

///////////////////////////////////////////////////////////////////////////


function nobrochure (){
	Bwind = ""
	Bwind.name == null
}


///////////////////////////////////////////////////////////////////////////

var Swind = ""

function newstore(store) {
		if (Swind.name == null) {
			Swind = window.open(store, 'storeWin',
	 	'resizable=yes,location=no,menubar=no,scrollbars=auto,statusbar=no,width=796,height=570')
							alert('Opening PlotterWorld On Line Store!')
			Swind.focus();		
	} else {
		Swind.focus();
	}
}

///////////////////////////////////////////////////////////////////////////


function nonewstore (){
	Swind = ""
	Swind.name == null
}