function eml() {
	try {
		document.location = 'mailto:labor@dentalstudio.com.pl';
	} catch(e) {}
}
function getIMG(o,w,h) {
	var win, _w, _h;
	_w = (window.screen.availWidth-w)/2;
	_h = (window.screen.availHeight-h)/2;
	try {
		win = window.open("","dental_img","top="+_h+",left="+_w+",menubar=0,resizable=0,scrollbars=0,status=0,width="+w+",height="+h+"");
		win.document.open();
		win.document.write('<html><title>Dental Studio</title><body style="margin:0;padding:0"><a href="javascript:void(0)" onClick="self.window.close(); if(window.opener) {window.opener.focus()}"><img src="'+o+'" width="'+w+'" height="'+h+'" border="0" alt="" /></a></body></html>');
		win.document.close();
		win.focus();
	} catch(e) {}
}
 function framecheck()
        {var parentframe = "index.php";

        if (parent.location.href == self.location.href)
               {var current = window.self.location.pathname;
                window.location.replace (parentframe + '?' + current.replace(/\//,""));
             }
        }