function load_bin_common_flash(pMode,width,height){
//alert(pMode);

var imgUrl = "http://img.kormedi.com";

document.writeln("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0'  width='"+width+"' height='"+height+"' id='ui' align='middle'>");
document.writeln("	   <param name='allowScriptAccess' value='always'/>");
document.writeln("	   <param name='movie' value='" + imgUrl + "/flash/"+pMode+".swf' />");
document.writeln("	   <param name='quality' value='high' />");
document.writeln("	   <param name='menu' value='false' />");
document.writeln("	   <param name='wmode' value='transparent' />");
document.writeln("	   <embed src='" + imgUrl + "/flash/"+pMode+".swf' quality='high' width='"+width+"' height='"+height+"' name='ui' align='middle' allowscriptaccess='always' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' wmode='transparent'></embed>");
document.writeln("</object>");
									}
function load_bin_Movie_flash(url,width,height){
document.writeln("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0'  width='"+width+"' height='"+height+"' id='swf_movie' align='middle'>");
document.writeln("	   <param name='allowScriptAccess' value='always'/>");
document.writeln("	   <param name='movie' value='"+url+"' />");
document.writeln("	   <param name='quality' value='high' />");
document.writeln("	   <param name='menu' value='false' />");
document.writeln("	   <param name='wmode' value='transparent' />");
document.writeln("	   <embed src='"+url+"' quality='high' width='"+width+"' height='"+height+"' name='swf_movie' align='middle' allowscriptaccess='always' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' wmode='transparent'></embed>");
document.writeln("</object>");
									}

function load_bin_care_flash(pMode,width,height){
//alert(pMode);
document.writeln("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0'  width='"+width+"' height='"+height+"' id='ui' align='middle'>");
document.writeln("	   <param name='allowScriptAccess' value='always'/>");
document.writeln("	   <param name='movie' value='http://img.kormedi.com/flash/"+pMode+"' />");
document.writeln("	   <param name='quality' value='high' />");
document.writeln("	   <param name='menu' value='false' />");
document.writeln("	   <param name='wmode' value='transparent' />");
document.writeln("	   <embed src='http://img.kormedi.com/flash/" + pMode + "' quality='high' width='" + width + "' height='" + height + "' name='ui' align='middle' allowscriptaccess='always' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' wmode='transparent'></embed>");
document.writeln("</object>");

}
function popwindow(pop,width,height)
{
	var url = "http://www.maxmovie.com" + pop;  
	var wd = width;
	var he = height;
	
	window.open(url,"","left=100;top=200,toolbar=0,menubar=0,scrollbars=auto,resizable=no,width=" + wd +",height=" + he + ";")
}


function popwindow2(pop,width,height)
{
	var url = pop;  
	var wd = width;
	var he = height;
	
	abs_url = get_abs_url(document.location.href)
	window.open(abs_url + url,"","left=100;top=200,toolbar=0,menubar=0,scrollbars=yes,resizable=no,width=" + wd +",height=" + he + ";")
}

function popwindow3(pop,width,height)
{
	var url = pop;  
	var wd = width;
	var he = height;
	
	window.open(url,"","left=100;top=200,toolbar=0,menubar=0,scrollbars=yes,resizable=no,width=" + wd +",height=" + he + ";")
}