$(function(){ 
  $(window).resize(onContainerResize);
});

function onContainerResize(){
	
}

function popupWindow(path, close_button_text, base) {
	//tb_show(null, "/popup.php?path="+path+"&width=890&height=600&modal=true", null);
	$("#popup").load("/popup.php?contentpath="+path+"&closebuttontext="+close_button_text+"&base="+base);
	getMainSwf().showPreloader();
}

function showOverlaySwf(){
	
}
function closePopup(){
	closePopupWindow();
}

function closePopupWindow(){
	$("#popup").html('');
	getMainSwf().hidePreloader();
}

function getMainSwf(){
	return $("#flashcontent")[0];
}
