function OpenFairyMap() {
	var width = screen.width * 0.80;
	var height = width * 0.6;         
	var left   = (screen.width  - width)/2;
	var top    = (screen.height - height)/2;
	popup=window.open("http://www.kidlandia.com/PBK_Popup.aspx?SKU=PBK_SKU_1", 'Kidlandia1', 'directories=0,status=0,scrollbars=0,resizable=1,menubar=0,toolbar=0,location=0,left='+left+',top=' + top + ',width=' + width + ',height=' + height);
	popup.opener=window;
	return false;
}

function OpenPirateMap() {
	var width = screen.width * 0.80;
	var height = width * 0.6;         
	var left   = (screen.width  - width)/2;
	var top    = (screen.height - height)/2;
	popup=window.open("http://www.kidlandia.com/PBK_Popup.aspx?SKU=PBK_SKU_2", 'Kidlandia2', 'directories=0,status=0,scrollbars=0,resizable=1,menubar=0,toolbar=0,location=0,left='+left+',top=' + top + ',width=' + width + ',height=' + height);
	popup.opener=window;
	return false;
}