var win='';

function popUp_old() {
	left = (window.screen.width-670)/2;
	top = (window.screen.height-420)/2;

//	if (win) {
//	    if(!win.closed) win.close();
//	}	
	win = window.open('country-roots-color-chart.htm', 'win', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=670,height=420,left='+left+',top='+top);
	win.document.close();
}

// JavaScript Document
function popUp(URL, h, w) {
	day = new Date();
	id = day.getTime();
	
	l = (window.screen.width-670)/2;
	t = (window.screen.height-420)/2;

	if (win) {
	    if(!win.closed) win.close();
	}	
	
	win = window.open('country-roots-color-chart.htm', 'Colors', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=670,height=430,left='+l+',top='+t);
	win.document.close();
	
}

function popUpDoors(URL, h, w) {
	day = new Date();
	id = day.getTime();
	
	l = (window.screen.width-600)/2;
	t = (window.screen.height-600)/2;

	if (win) {
	    if(!win.closed) win.close();
	}	
	
	win = window.open('door-options.htm', 'Door Options', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=600,height=600,left='+l+',top='+t);
	win.document.close();
	
}

function popUpColors(URL, h, w) {
	day = new Date();
	id = day.getTime();
	
	l = (window.screen.width-670)/2;
	t = (window.screen.height-420)/2;

	if (win) {
	    if(!win.closed) win.close();
	}	
	
	if (URL == 2)
		win = window.open('cc-color-chart.htm', 'Colors', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=630,height=600,left='+l+',top='+t);
	else
		win = window.open('seabrook-color-chart.htm', 'Colors', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=610,height=620,left='+l+',top='+t);
		
	win.document.close();
	
}




function zoom(img, w, h) {
	day = new Date();
	id = day.getTime();
	
	w = w + 30;
	h = h + 40;
	
	l = (window.screen.width-w)/2;
	t = (window.screen.height-h)/2;

	if (win) {
	    if(!win.closed) win.close();
	}	
	
	win = window.open('', 'Colors', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width='+w+',height='+h+',left='+l+',top='+t);
	win.document.write('<body bgcolor="#FFFFFF" style="margin:0px; background-color:#f0f0f0"> ');
	win.document.write('<div align="center"><img src="' + img + '">');
	win.document.write('<div align="right" style="margin:4px;"><a style="text-decoration:none; color:#404040; font-weight:bold; font-family:Arial, Helvetica, sans-serif;"   href="javascript:window.close();">CLOSE <img src="images/close.png" border="0" align="absbottom"></a>&nbsp;&nbsp; </div>');
	win.document.write('</div>');
	win.document.close();
	
}


function zoom2(img, w, h) {
	day = new Date();
	id = day.getTime();
	
	if (h > 600) h = 600;
	
	w = w + 30;
	h = h + 40;
	
	l = (window.screen.width-w)/2;
	t = (window.screen.height-h)/2;

	if (win) {
	    if(!win.closed) win.close();
	}	
	
	win = window.open('', 'Colors', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width='+w+',height='+h+',left='+l+',top='+t);
	win.document.write('<body bgcolor="#FFFFFF" style="margin:0px; background-color:#f0f0f0"> ');
	win.document.write('<div align="center" style=\"overflow:scroll; height:600px\"><img src="' + img + '">');
	win.document.write('</div>');
	win.document.write('<div align="right" style="margin:4px;"><a style="text-decoration:none; color:#404040; font-weight:bold; font-family:Arial, Helvetica, sans-serif;"   href="javascript:window.close();">CLOSE <img src="images/close.png" border="0" align="absbottom"></a>&nbsp;&nbsp; </div>');
	
	win.document.close();
	
}

