function openpopup(url, wdth, hght){
	winpops = window.open(url,"","width=" + wdth +",height=" + hght +",statusbars=yes,scrollbars=yes");
}

