//var minimumHeight=getDocumentSize()[1];

function resizeflash(iHeight) {
	/*
	if(iHeight=="100%"){iHegiht = getDocumentSize()[1]};
	minimumHeight = Number(iHeight);
	*/
	/*
	if(Number(iHeight)>minimumHeight) {
		_resizeflash(iHeight);
	}*/
	
	//if(iHeight>getDocumentSize()[1]){
	
	//}
}

function _resizeflash(iHeight){
	/*
	var h 		= iHeight;
	var size 	= getDocumentSize();
	
	if((!is_safari && is_mac) || (is_firefox && is_win))
		oFlash = document.getElementById("swf_movie"); 
	else
		oFlash = document.getElementById("swf_movie");
		
	oFlash.height = h;
	*/
}

function getDocumentSize(){
	/*
	var winW = 630, winH = 460;
	if (parseInt(navigator.appVersion)>3) {
	 if (navigator.appName=="Netscape") {
	  winW = window.innerWidth;
	  winH = window.innerHeight;
	 }
	 if (navigator.appName.indexOf("Microsoft")!=-1) {
	  winW = document.body.offsetWidth;
	  winH = document.body.offsetHeight;
	 }
	}
	return [winW,winH];
	*/
}

function resize(){
	/*
	var h = getDocumentSize()[1];
	if(h>minimumHeight) {
		_resizeflash(h);
	}
	*/
}




