﻿
/////////////////////////////////////////////////////////////////////
function DisplayHeader()
{
    document.open();


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.chaneldvdripper.com'>English</option>");
document.writeln("				<option value='http://www.chaneldvdripper.com/jp/'>日本語</option>");

document.writeln("				</select> </li>");
document.writeln("			</ul>");
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)
}

