var newwindow;
function showpop(url)
{
	newwindow=window.open(url,'cvs','height=320,width=200');
	if (window.focus) {newwindow.focus()}
}
