function access(){
	document.write("<img  src='http://www.club-rhythm.com/cgi/acc/acclog.cgi?");
	document.write("referrer="+document.referrer+"&");
	document.write("width="+screen.width+"&");
	document.write("height="+screen.height+"&");
	document.write("color="+screen.colorDepth+"'>");
}
function loadQuickTime(url,width,height){
	document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="'+width+'" height="'+height+'" codebase="http://www.apple.com/qtactivex/qtplugin.cab">');
	document.write('<param name="src" value="'+url+'">');
	document.write('<param name="autoplay" value="true">');
	document.write('<param name="controller" value="true">');
	document.write('<param name="loop" value="false">');
	document.write('<embed src="'+url+'" type="video/quicktime" width="'+width+'" height="'+height+'" autoplay="true" controller="true" loop="false" pluginspage="http://www.apple.com/jp/quicktime/">');
	document.write('</embed>');
	document.write('</object>');
}

function loadFlash(url,width,height){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="'+width+'" height="'+height+'">');
	document.write('<param name="movie" value="'+url+'">');
	document.write('<param name="quality" value="high">');
	document.write('<embed src="'+url+'" quality="high" pluginspage="http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="'+width+'" height="'+height+'">');
	document.write('</embed>');
	document.write('</object>');
}

function loadWindowsMedia(url,width,height){
	document.write('<object ID="MediaPlayer" width="'+width+'" height="'+height+'" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject">');
	document.write('<param name="ShowStatusBar" value="true">');
	document.write('<param name="Volume" value="false">');
	document.write('<param name="ShowDisplay" value="false">');
	document.write('<param name="ShowControls" value="false">');
	document.write('<param name="ShowAudioControls" value="false">');
	document.write('<param name="ShowPositionControls" value="false">');
	document.write('<param name="AutoStart" value="true">');
	document.write('<param name="FileName" value="'+url+'">');
	document.write('<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"');
	document.write('Name=MediaPlayer');
	document.write('ShowControls=0');
	document.write('ShowDisplay=0');
	document.write('ShowStatusBar=1');
	document.write('width='+width);
	document.write('height='+height);
	document.write('AutoStart=1');
	document.write('DisplaySize=0');
	document.write('ShowPositionControls=0');
	document.write('ShowVolumeControls=0');
	document.write('Src="'+url+'"');
	document.write('</embed>');
	document.write('</object>');
}
function disp(url){ 

window.open("cgi/postmail/postmail.html", "window_name", "width=400,height=480,scrollbars=no"); 

} 

						