function openWindow(url, width, height)
{
	var Win = window.open(url,"openWindow",'width=' + width + ',height=' + height + ',resizable=1,scrollbars=no,menubar=no' );
}

function gg() {
	parent.location.href = "gg:5801718";
}

function www() {
	parent.location.href = "http://www.designworld.pl/";
}
function email() {
	parent.location.href = "mailto:kontakt@designworld.pl?subject=Projekt Strony:DWT";
}

function projekty_masbud() {
	parent.location.href = "javascript:openWindow('./index.php',693,450)";
}