function pop_rss(size, width, height) {
	var browser = navigator.appName;
    	width = 440;
    	height = 480;
    	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://shikisoku.jp/podcast/pop_rss.html','pop_rss','width='+ macwidth +',height='+ macheight +',top='+ sheight +',left='+ swidth +',scrollbars=no,resizable=no');
    	}
    	else
    	{
    		window.open('http://shikisoku.jp/podcast/pop_rss.html','pop_rss','width='+ width +',height='+ height +',screenY='+ sheight +',screenX='+ swidth +',top=' + sheight + ',left=' + swidth + ',scrollbars=no,resizable=no');
    	}
}

function pop_pod(size, width, height) {
	var browser = navigator.appName;
    	width = 440;
    	height = 480;
    	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://shikisoku.jp/podcast/pop_pod.html','pop_pod','width='+ macwidth +',height='+ macheight +',top='+ sheight +',left='+ swidth +',scrollbars=no,resizable=no');
    	}
    	else
    	{
    		window.open('http://shikisoku.jp/podcast/pop_pod.html','pop_pod','width='+ width +',height='+ height +',screenY='+ sheight +',screenX='+ swidth +',top=' + sheight + ',left=' + swidth + ',scrollbars=no,resizable=no');
    	}
}
