// JavaScript Document
// -------------------------------------------------------
// Open Window

function openIt(URL,theRest){

window.open(URL,'frames',theRest);

}

//-----------------------------------------------------

