function openWindow(source, width, height){
	a=window.open(source,'55','bgcolor="red" resizable=no,status=no,width=' + width +',height='+ height +',top=400,left=170 ');
}