﻿function openWin(topic,lang){
	if (topic == 'music') {width = 300; height = 650;}
	if (topic == 'msg') {width = 300; height = 300;}
	myWindow=window.open('../pms/form.php?topic='+topic+'&lang='+lang,'','width='+width+',height='+height+',top=100,left=200');
	myWindow.focus();
}
