function myPopUp(url, target, width, height)
{
	window.open(url,target,'width=' + width + ',height=' + height + ',scrollbars=no,toolbar=no,location=no');
	return false;
}