function openNewWindow(URLtoOpen, windowName, windowFeatures) 
{
newWindow=window.open(URLtoOpen, '', windowFeatures);
}