function pop(theURL) {
window.open(theURL, 'popupwindow','width=700,height=500,noscroll,noresize'); 
return false;
}
