function openWindow(theURL,win,features) {
window.open(theURL,win,features); 
}
//-->