/*
this script was created by mutationevent.com for amexs.net
copyright mutationevent.com
all right reserved
*/
var mt = {
	cgv:function(path)
	{
		var popUpWin=0;
		var width = 700;
		var height = 500;
		var left = (screen.width-width)/2;
		var top = (screen.height-height)/2;
		if(popUpWin)
		{
			if(!popUpWin.closed) popUpWin.close();
		}
		popUpWin = open(path+'cgv.pdf', 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
	},
	form:function(path, file)
	{
		var popUpWin=0;
		var width = 750;
		var height = 600;
		var left = (screen.width-width)/2;
		var top = (screen.height-height)/2;
		if(popUpWin)
		{
			if(!popUpWin.closed) popUpWin.close();
		}
		popUpWin = open(path+file+'.php', 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
	}
}
