function redirect (url) {
	
this.location.href=url;	
}


function popup(url,details) {
window.open( url, "myWindow", details )
}