/////////////////////////////////////////////
//                                         //
//  script powered by: mpps (www.mpps.pl)  //
//                                         //
/////////////////////////////////////////////

function displayWindowPol(url, width, height) {
	var Win = window.open(url,'displayWindowPol','width=' + width + ',height=' + height + 
	',top=0,left=0,scrollbars=no,menubar=no,personalbar=no,toolbar=no,directories=no,location=no,status=no,resizeable=no,copyhistory=no','align=center');
	Win.document.write("<HTML>\n<HEAD>\n<TITLE>TECHNIC-CONTROL mapka dojazdu</TITLE>\n<LINK REL='stylesheet' HREF='css/style_dispwin.css' TYPE='text/css'>\n</HEAD>\n<BODY onload='window.print();'>\n<CENTER>\n<TABLE CELLPADDING='10' CELLSPACING='1' ALIGN='center'>\n<TR>\n<TD CLASS='adres' WIDTH='253' ALIGN='left' VALIGN='top'>\n<P><B>Biuro Zarz±du:</B>\n<BR>ul. 1 Maja 33\n<BR>71-627 Szczecin\n<BR>tel. +48 91 455 36 12 - ogólny\n<BR>tel. +48 91 432 00 03 - Prezes Zarz±du\n<BR>fax +48 91 423 13 45\n<BR>fax (komputer) +48 91 432 86 03\n<BR><A CLASS='contact' HREF='www.technic-control.com.pl'>http://www.technic-control.com.pl</A>\n<BR><A CLASS='contact' HREF='mailto:biuro@technic-control.com.pl'>e-mail: biuro@technic-control.com.pl</A>\n</TD>\n<TD CLASS='adres' WIDTH='254' ALIGN='left' VALIGN='top'>\n<P><B>Laboratorium badañ nieniszcz±cych:</B>\n<BR>ul. Hutnicza 1\n<BR>71-642 Szczecin\n<BR>tel. / fax +48 91 459 22 63\n</TD>\n</TR>\n</TABLE>\n<BR>\n<IMG SRC=" + url + " onClick='javascript:window.close()' STYLE='cursor:hand' ALT='zamknij okno' TITLE='zamknij okno'>\n<BR>&nbsp;\n<BR>&nbsp\n<BR>\n</BODY>\n</HTML>");
	Win.document.close();
	Win.focus();
}

function displayWindowEng(url, width, height) {
	var Win = window.open(url,'displayWindowEng','width=' + width + ',height=' + height + 
	',top=0,left=0,scrollbars=no,menubar=no,personalbar=no,toolbar=no,directories=no,location=no,status=no,resizeable=no,copyhistory=no','align=center');
	Win.document.write("<HTML>\n<HEAD>\n<TITLE>TECHNIC-CONTROL access map</TITLE>\n<LINK REL='stylesheet' HREF='css/style_dispwin.css' TYPE='text/css'>\n</HEAD>\n<BODY onload='window.print();'>\n<CENTER>\n<TABLE CELLPADDING='10' CELLSPACING='1' ALIGN='center'>\n<TR>\n<TD CLASS='adres' WIDTH='253' ALIGN='left' VALIGN='top'>\n<P><B>Head Office:</B>\n<BR>ul. 1 Maja 33\n<BR>71-627 Szczecin\n<BR>tel. +48 91 455 36 12 - general\n<BR>tel. +48 91 432 00 03 - Company President\n<BR>fax +48 91 423 13 45\n<BR>fax (computer) +48 91 432 86 03\n<BR><A CLASS='contact' HREF='www.technic-control.com.pl'>http://www.technic-control.com.pl</A>\n<BR><A CLASS='contact' HREF='mailto:biuro@technic-control.com.pl'>e-mail: biuro@technic-control.com.pl</A>\n</TD>\n<TD CLASS='adres' WIDTH='254' ALIGN='left' VALIGN='top'>\n<P><B>NDT Laboratory:</B>\n<BR>ul. Hutnicza 1\n<BR>71-642 Szczecin\n<BR>tel. / fax +48 91 459 22 63\n</TD>\n</TR>\n</TABLE>\n<BR>\n<IMG SRC=" + url + " onClick='javascript:window.close()' STYLE='cursor:hand' ALT='close the window' TITLE='close the window'>\n<BR>&nbsp;\n<BR>&nbsp\n<BR>\n</BODY>\n</HTML>");
	Win.document.close();
	Win.focus();
}

function displayWindowDeu(url, width, height) {
	var Win = window.open(url,'displayWindowDeu','width=' + width + ',height=' + height + 
	',top=0,left=0,scrollbars=no,menubar=no,personalbar=no,toolbar=no,directories=no,location=no,status=no,resizeable=no,copyhistory=no','align=center');
	Win.document.write("<HTML>\n<HEAD>\n<TITLE>TECHNIC-CONTROL Zufahrtskizze</TITLE>\n<LINK REL='stylesheet' HREF='css/style_dispwin.css' TYPE='text/css'>\n</HEAD>\n<BODY onload='window.print();'>\n<CENTER>\n<TABLE CELLPADDING='10' CELLSPACING='1' ALIGN='center'>\n<TR>\n<TD CLASS='adres' WIDTH='253' ALIGN='left' VALIGN='top'>\n<P><B>Vorstandsbüro:</B>\n<BR>ul. 1 Maja 33\n<BR>71-627 Szczecin\n<BR>Tel. +48 91 455 36 12 - Zentrale\n<BR>Tel. +48 91 432 00 03 - Vorstandsvorsitzender\n<BR>Fax +48 91 423 13 45\n<BR>Fax (Computer) +48 91 432 86 03\n<BR>http://www.technic-control.com.pl\n<BR>e-mail: biuro@technic-control.com.pl\n</TD>\n<TD CLASS='adres' WIDTH='254' ALIGN='left' VALIGN='top'>\n<P><B>Labor für zerstörungsfreie Prüfungen:</B>\n<BR>ul. Hutnicza 1\n<BR>71-642 Szczecin\n<BR>Tel. / Fax +48 91 459 22 63\n</TD>\n</TR>\n</TABLE>\n<BR>\n<IMG SRC=" + url + " onClick='javascript:window.close()' STYLE='cursor:hand' ALT='Schließe das Fenster' TITLE='Schließe das Fenster'>\n<BR>&nbsp;\n<BR>&nbsp\n<BR>\n</BODY>\n</HTML>");
	Win.document.close();
	Win.focus();
}

function displayWindowFFpol(url, width, height) {
	var WinFFpol = window.open('ff_pol.htm','displayWindowFFpol','width=' + width + ',height=' + height + 
	',top=0,left=0,scrollbars=yes,menubar=no,personalbar=no,toolbar=no,directories=no,location=no,status=no,resizeable=no,copyhistory=no','align=center');
	WinFFpol.focus();
}

function displayWindowFFeng(url, width, height) {
	var WinFFeng = window.open('ff_eng.htm','displayWindowFFeng','width=' + width + ',height=' + height + 
	',top=0,left=0,scrollbars=yes,menubar=no,personalbar=no,toolbar=no,directories=no,location=no,status=no,resizeable=no,copyhistory=no','align=center');
	WinFFeng.focus();
}

function displayWindowFFdeu(url, width, height) {
	var WinFFdeu = window.open('ff_deu.htm','displayWindowFFdeu','width=' + width + ',height=' + height + 
	',top=0,left=0,scrollbars=yes,menubar=no,personalbar=no,toolbar=no,directories=no,location=no,status=no,resizeable=no,copyhistory=no','align=center');
	WinFFdeu.focus();
}