﻿function ShowDiv(id){
var	ddwin=document.getElementById(id);
	ddwin.style.visibility='visible';
}
function HideDiv(id){
var	ddwin=document.getElementById(id);
	ddwin.style.visibility='hidden';
}

function open_win(file_name){
	window.open(file_name,"_blank","menubar=no, location=no width=340, height=400");
}

function sel(id){
	var poinmenu=0;
	pointmenu = document.getElementById(id);
	pointmenu.style.visibility = 'visible';
	}
function desel(id){
	var poinmenu=0;
	pointmenu = document.getElementById(id);
	pointmenu.style.visibility = 'hidden';
	}

function Reload(x){
   	 window.open("/MarinaGH/Source/"+x,"_self"); 
} 

