<!-- Hide from older browsers...



//Function to open pop up window

function openWin(theURL,winName,features) {

  	window.open(theURL,winName,features);

}



// -->

