﻿
/////////////////////////////////////////////////////////////////////
function DisplayHeader()
{
    document.open();

document.writeln("<div id='top'>");
document.writeln("	<div id='header'>");
document.writeln("		<div id='logo'>");
document.writeln("			<a target=\"_blank\" href=\"http://www.magic-video-software.com\"><img border=\"0\" src=\"images/magic_video_software_logo.jpg\" width=\"185\" height=\"46\" alt=\"Magic Video Converter come from Magic Video Software\" title=\"Magic Video Converter come from Magic Video Software\"></a> </div>");
document.writeln("		<div id='ind_nav'>");
document.writeln("			<ul>");
document.writeln("				<li>");
document.writeln("				<select class='topmenu_website' onchange='MM_jumpMenu(\"parent\",this,0)' name='language'>");
document.writeln("				<option value='#' selected>Select Language</option>");
document.writeln("				<option value='http://www.magic-video-software.com'>English</option>");
document.writeln("				<option value='http://www.magic-video-software.com/it/'>Italiano</option>");
document.writeln("				<option value='http://www.magic-video-software.com/jp/'>日本語</option>");
document.writeln("				<option value='http://www.magic-video-software.com/tc/'>繁體中文</option>");
document.writeln("				</select> </li>");
document.writeln("			</ul>");
document.writeln("		</div>");
document.writeln("	</div>");
document.writeln("</div>");

}





/////////////////////////////////////////////////////////////////////
function openPopup(url,x,y){
  if (!x){x=760;};
  if (!y){y=630;};
  window.open(url,null,'toolbar=yes,menubar=no,resizable=yes,scrollbars=yes,width='+x+',height='+y)
}

/////////////////////////////////////////////////////////////////////
function openPopupFixed(url,x,y){
  if (!x){x=760;};
  if (!y){y=630;};
  window.open(url,null,'toolbar=no,status=no,menubar=no,resizable=yes,scrollbars=no,width='+x+',height='+y)
}



