function OpenWindow(url)
{	
window.open(url,"ID","height=400,width=600,status=1,toolbar=0,scrollbars=1,menubar=1");
}