<!--
var newWindow
	function Videos1() {
		newWindow=window.open("/js/videos/index.php","Videos1","scrollbars=no,height=480,width=340")
}
	function closeVideos1() {
		if (newWindow) {
			newWindow.close()
		}
}


// -->