﻿// JavaScript Document

function openWindow(url) 
{popupWin = window.open(url, 'remote',
'menubar=no, toolbar=no, location=no, directories=no, status=no, scrollbars=yes, resizable=yes, dependent, width=600, height=400, left=50, top=50')
}

