// ÀÌÁöÆË¾÷ °æ·Î/Ã¢ÀÌ¸§/°¡·Î/¼¼·Î
function ezpop(GO,NAME,WP,HP,BAR)
{
	var LP = (screen.width) ? (screen.width-WP)/2 : 0;
	var TP = (screen.height) ? (screen.height-HP)/2 : 0;
	window.open(GO, NAME,'width='+WP+',height='+HP+',top='+TP+',left='+LP+',statusbar=no,scrollbars='+BAR+',toolbar=no');
}
function ezpop_full(GO,NAME,BAR)
{
	var LP = screen.width;
	var TP = screen.height;
	window.open(GO, NAME,'width='+LP+',height='+TP+',top=0,left=0,statusbar=no,scrollbars='+BAR+',toolbar=no');
}

// Áßº¹ Ã¼Å© ¹× ¿ìÆí¹øÈ£ °Ë»ö 
function id_double() // ¾ÆÀÌµð Áßº¹Ã¼Å©
{
	var user_id=window.open("./inc/id_double.php?user_id="+document.member_Info.user_id.value, "id_double","width=500,height=300,statusbar=no,scrollbars=no,toolbar=no"); 
}
function zip_home() // ¿ìÆí¹øÈ£ Ã£±â
{
	var zip_home=window.open("./inc/findaddr.php", "zip_search","width=517,height=285,statusbar=no,scrollbars=yes,toolbar=no"); 
}
function zip_home_com() // ¿ìÆí¹øÈ£ Ã£±â
{
	var zip_home=window.open("./inc/findaddr_com.php", "zip_search_com","width=517,height=285,statusbar=no,scrollbars=yes,toolbar=no"); 
}
function children_add() // ÀÚ³àÃß°¡ÇÏ±â
{
	var zip_home=window.open("./page/children_add.php", "children_add","width=450,height=285,statusbar=no,scrollbars=no,toolbar=no"); 
}
function log_out_sub(){ // ¼­ºêÆäÀÌÁö¿¡¼­ÀÇ ·Î±×¾Æ¿ô
	// alert(document.login_form.logout.value);
	login_form.submit();
}
function img_go(path){ // ¼­ºêÆäÀÌÁö¿¡¼­ÀÇ ·Î±×¾Æ¿ô
	document.location.href=path;
}
function view_it(form,id_name,num){
	var form_id_name = eval("form."+id_name);
	form_id_name.value = num;
	form.action = form.view_path.value; 
	form.submit();
}
// ¸¶¿ì½º¿À¹ö È¿°úÁÖ±â
function m_over(this_s,color){
	this_s.style.backgroundColor=color;
}
function m_out(this_s,color){
	this_s.style.backgroundColor=color;
}

function view_from_main(path,num){
	document.location.href=path+num;
}
function list_from_main(path){
	document.location.href=path;
}
function flash_play(server,src,id,width,height){ // flash_play("*.zakga.net","../flash/main_title.swf","main_title_1",550,220)
	return "<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width="+width+" height="+height+" id='"+id+"' align='middle'><param name='allowScriptAccess' value='"+server+"' /><param name='movie' value='"+src+"' /><param name='quality' value='high' /><param name='bgcolor' value='#ffffff' /><embed src='"+src+"' quality='high' bgcolor='#ffffff' width="+width+" height="+height+" name='"+id+"' align='middle' allowScriptAccess='"+server+"' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></embed></object>";
}
function write_flash_play(play_this){
        document.write(play_this);
}


//  flash_play("*.zakga.net","../flash/main_title.swf","main_title_1",550,220);