function openWin(url, name, w, h)
{
	window.open(url, name, 'width='+w+',height='+h+',resizable=yes,scrollbars=yes');
}

function find_idpw()
{
	openWin('/common/find_id.asp', 'idpw', 400, 200)
}

function get_flash(name,wid,hei){
	document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='"+wid+"' height='"+hei+"'>");
	document.write("<param name='menu' value='false' />");
	document.write("<param name='wmode' value='window' />");
	document.write("<param name='movie' value='/swf/"+name+"' />");
	document.write("<param name='quality' value='high' />");
	document.write("<embed src='/swf/"+name+"' width='"+wid+"' height='"+hei+"' quality='high' pluginspage='https://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' menu='false' wmode='window'></embed>");
	document.write("</object>");
}


function get_flash2(name,wid,hei){
	document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='"+wid+"' height='"+hei+"'>");
	document.write("<param name='menu' value='false' />");
	document.write("<param name='wmode' value='transparent' />");
	document.write("<param name='movie' value='swf/"+name+"' />");
	document.write("<param name='quality' value='high' />");
	document.write("<embed src='swf/"+name+"' width='"+wid+"' height='"+hei+"' quality='high' pluginspage='https://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' menu='false' wmode='transparent'></embed>");
	document.write("</object>");
}