function ccOpenWindow(url, name, w, h)
{
	var w = window.open(url, name, 'width='+w+', height='+h+', scrollbars=auto, status=no, resizable=yes, alwaysRaised=yes, modal=yes');
}