function pop_main(size, width, height) {
	var browser = navigator.appName;
    	width = 950;
    	height = 600;
    	swidth = ((screen.width/2)-(width/2));
    	sheight = ((screen.height/2)-(height/2));
    	macwidth = width-16;
    	macheight = height-16;
      
    	if ((browser == "Microsoft Internet Explorer") && (navigator.appVersion.lastIndexOf('Mac') != -1)){ 
    		window.open('http://tokikake.jp/top/','pop_main','width='+ macwidth +',height='+ macheight +',top='+ sheight +',left='+ swidth +',scrollbars=no,resizable=no');
    	}
    	else
    	{
    		window.open('http://tokikake.jp/top/','pop_main','width='+ width +',height='+ height +',screenY='+ sheight +',screenX='+ swidth +',top=' + sheight + ',left=' + swidth + ',scrollbars=no,resizable=no');
    	}
}

function pop_trailer(size, width, height) {
	var browser = navigator.appName;
    	width = 950;
    	height = 600;
    	swidth = ((screen.width/2)-(width/2));
    	sheight = ((screen.height/2)-(height/2));
    	macwidth = width-16;
    	macheight = height-16;
      
    	if ((browser == "Microsoft Internet Explorer") && (navigator.appVersion.lastIndexOf('Mac') != -1)){ 
    		window.open('http://tokikake.jp/top/#/trailer','pop_main','width='+ macwidth +',height='+ macheight +',top='+ sheight +',left='+ swidth +',scrollbars=no,resizable=no');
    	}
    	else
    	{
    		window.open('http://tokikake.jp/top/#/trailer','pop_main','width='+ width +',height='+ height +',screenY='+ sheight +',screenX='+ swidth +',top=' + sheight + ',left=' + swidth + ',scrollbars=no,resizable=no');
    	}
}

function pop_kentei(size, width, height) {
	var browser = navigator.appName;
    	width = 950;
    	height = 600;
    	swidth = ((screen.width/2)-(width/2));
    	sheight = ((screen.height/2)-(height/2));
    	macwidth = width-16;
    	macheight = height-16;
      
    	if ((browser == "Microsoft Internet Explorer") && (navigator.appVersion.lastIndexOf('Mac') != -1)){ 
    		window.open('http://tokikake.jp/kentei/','pop_kentei','width='+ macwidth +',height='+ macheight +',top='+ sheight +',left='+ swidth +',scrollbars=no,resizable=no');
    	}
    	else
    	{
    		window.open('http://tokikake.jp/kentei/','pop_kentei','width='+ width +',height='+ height +',screenY='+ sheight +',screenX='+ swidth +',top=' + sheight + ',left=' + swidth + ',scrollbars=no,resizable=no');
    	}
		}

function popup(size, width, height) {
	var browser = navigator.appName;
    	width = 560;
    	height = 390;
    	swidth = ((screen.width/2)-(width/2));
    	sheight = ((screen.height/2)-(height/2));
    	macwidth = width-16;
    	macheight = height-16;
      
    	if ((browser == "Microsoft Internet Explorer") && (navigator.appVersion.lastIndexOf('Mac') != -1)){ 
    		window.open('http://tokikake.jp/popup.php','popup','width='+ macwidth +',height='+ macheight +',top='+ sheight +',left='+ swidth +',scrollbars=no,resizable=no');
    	}
    	else
    	{
    		window.open('http://tokikake.jp/popup.php','popup','width='+ width +',height='+ height +',screenY='+ sheight +',screenX='+ swidth +',top=' + sheight + ',left=' + swidth + ',scrollbars=no,resizable=no');
    	}
}


function comment(size, width, height) {
	var browser = navigator.appName;
    	width = 600;
    	height = 600;
    	swidth = ((screen.width/2)-(width/2));
    	sheight = ((screen.height/2)-(height/2));
    	macwidth = width-16;
    	macheight = height-16;
      
    	if ((browser == "Microsoft Internet Explorer") && (navigator.appVersion.lastIndexOf('Mac') != -1)){ 
    		window.open('http://tokikake.jp/comment.html','comment','width='+ macwidth +',height='+ macheight +',top='+ sheight +',left='+ swidth +',scrollbars=no,resizable=no');
    	}
    	else
    	{
    		window.open('http://tokikake.jp/comment.html','comment','width='+ width +',height='+ height +',screenY='+ sheight +',screenX='+ swidth +',top=' + sheight + ',left=' + swidth + ',scrollbars=no,resizable=no');
    	}
}