// JavaScript Document
function openWin( url , attributes){
     var winpopped = window.open( url , "winpopup" , attributes );
}