﻿

function OpenWindow(width, height, url)
{
   window.open (url,"mywindow","menubar=1,resizable=1,width=" + width + ",height=" + height); 
}


