function openpopup(popurl)
{
	var winpops=window.open(popurl,"","width=500px,height=500px,scrollbars,resizable");
}


function openpopupPic(popurl)
{
	var winpops=window.open(popurl,"","width=500px,height=500px,scrollbars,resizable");
}

                                                                       