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 shopmap(map, w, h) {
	day = new Date();
	id = day.getTime();
	
	w = w + 20;
	h = h + 45;
	
	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">');
//	win.document.write('<img src="' + img + '">');
	win.document.write('<div align="right"><a href="javascript:window.close();">close</a></div>');
	win.document.close();
	
}

