function openPopUp(href, height, width){
	window.open(href, 'test', 'width='+width+',height='+height+',scrollbars=no,toolbar=no,location=no');
}
