function launchLink(url, myname, myresizable, mywidth, myheight)
{
	window.open (url,myname,"top=0,left=0,toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=" + myresizable + ",width="+mywidth + ",height="+myheight);
}
