$(document).ready(function(){


})

function openWin(win, w, h) {
	var le = (screen.availWidth - w) /2;
	var he = (screen.availHeight -h) /2;
	window.open(win,"ibm","height="+h+",width="+w+",status=yes,toolbar=no,scrollbars=yes,menubar=no,location=no,resizable=yes,left="+le+", top="+he,false);
}

