function wo(target,w,h){
	window.open(String(target),"_blank","left=200,top=200,status,scrollbar,resizable,toolbar,menubar,location,width="+w+",height="+h);	
}

function openNicoVideoWindow	(videoId){
	var w = window.open("/_blank.html","_blank","left=200,top=200,status,scrollbar,resizable,toolbar,menubar,location,width="+485+",height="+385);	
	w.document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"'
										+'"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> '
										+'<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" > '
										+'<head> '
										+'<style>*{margin:0; padding:0; color:#FFFFFF;}</style> '
										+'<title>'+videoId+'</title> '
										+'</head>' 
										+'<body> '
										+'<script type="text/javascript" src="http://ext.nicovideo.jp/thumb_watch/'+videoId+'"></script>'
										+'</body> '
										+'</html>');
}
