function newwin(x,y,win)
{ window.open("",""+win+"","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+x+",height="+y+""); }
function okno(nazwa,szer,wys)
{ window.open(nazwa,'','toolbar=no,scrollbars=no,resizable=no,status=no,location=no,directories=no,width='+eval(szer)+',height='+eval(wys)+',menubar=no') }
function newwin2(x,y,win)
{ window.open("",""+win+"","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+x+",height="+y+""); }
var newwindow;
function poptastic(url,x,y)
{
	newwindow=window.open(url,'name','height='+y+',width='+x+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
	if (window.focus) {newwindow.focus()}
}




// Swap Textbox Form Element Contact
// thx 4 2a studios 4 inspiration


function setBgImageOverContact(element,imageFile) {

  element.style.backgroundImage="url("+imageFile+")";

  element.style.color="#FFFFFF";

}

function setBgImageContact(element,imageFile) {

  element.style.backgroundImage="url("+imageFile+")";

  element.style.color="#0A4600";

}

//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code, visit http://www.dynamicdrive.com

var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")



