function popup(filename, w, h) 
{
	window.open(filename,'popup','toolbar=no,scrollbars=auto,status=no,width=' + w + ',height=' + h);  
}

