function resizeSWF(nHeight) {
	nHeight += "px";
	document.getElementById("oneside").style.height = nHeight;
}

function popupWindow(linkOpen, windowName, windowFeatures) { 
	newWindow=window.open(linkOpen, windowName, windowFeatures);
}