function openpopup(popurl, width, height){
	var winpops=window.open(popurl,"","width="+width+",height="+height);
}