function winOP(url,w,h) {
	window.open(url,"","width="+w+",height="+h+",top=250,left=250")
}



function winOP1(url,w,h) {
	window.open(url,"","width="+w+",height="+h+",top=250,left=250,scrollbars=yes")
}

function winOPC(url,w,h) {
	//window.open(url,"","width="+w+",height="+h+",left="+((screen.width/2)-200)+",top="+((screen.height/2)-200) + ")
	window.open( url, "GetAddWin", "width="+w+",height="+h+",left="+((screen.width-w)/2)+",top="+((screen.height-h)/2) + ",resizable=0, scrollbars=0");
}

function winNOPC(url,n,w,h) {
	//window.open(url,"","width="+w+",height="+h+",left="+((screen.width/2)-200)+",top="+((screen.height/2)-200) + ")
	window.open( url, n, "width="+w+",height="+h+",left="+((screen.width-w)/2)+",top="+((screen.height-h)/2) + ",resizable=0, scrollbars=0");
}

function winNOPCS(url,n,w,h) {
	//window.open(url,"","width="+w+",height="+h+",left="+((screen.width/2)-200)+",top="+((screen.height/2)-200) + ")
	window.open( url, n, "width="+w+",height="+h+",left="+((screen.width-w)/2)+",top="+((screen.height-h)/2) + ",resizable=0, scrollbars=1");
}

function winOPD(url,title,w,h) {
	//window.open(url,"","width="+w+",height="+h+",left="+((screen.width/2)-200)+",top="+((screen.height/2)-200) + ")
	window.open( url, title, "width="+w+",height="+h+",left="+((screen.width/2)-200)+",top="+((screen.height/2)-200) + ",resizable=0, scrollbars=0");
}
function popup_html(msg) {
	
	window.open("/mailetc/popup_html.asp?msg="+msg,"new3","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=no,width=300,height=200");
}
function CreateFlash(divID, flashName, f_wid, f_height, f_wmode, f_id)
{ 
  var tmpObj = eval("document.all." + divID);
  tmpObj.innerHTML = 
  '<object classid="'+ 'clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' + '"' +
  ' id="' + f_id + '"' +
  ' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"' +
  ' width ="' + f_wid    + '"' +
  ' height="' + f_height + '">' +
    '<param name ="movie"' +
    '       value="' + flashName + '">' +
    '<param name ="quality"' +
    '       value="' + 'high' + '">' +
    '<param name="wmode"' + 
    '       value="' + f_wmode + '">';
  '<embed src="'+ flashName + '" quality="high"' +
  ' pluginspage="http://www.macromedia.com/go/getflashplayer"' +
  ' type="application/x-shockwave-flash"' +
  ' width ="' + f_wid  + '"' +
  ' height="' + f_height + '"></embed>' +
  '</object>';
}
function CreateObj(divID, obj)
{
  var tmpObj = eval("document.all." + divID);
  tmpObj.innerHTML = obj;
}
			

