function closeLiteBox() {
	//alert('close');
	myFlashVideoBox.endVideo();	
}


function fileUpload(fType,memID) {
		var url = "/creemore/upload/index.asp?fType="+fType+"&memID="+memID;
		var objLink = document.createElement('a');
		objLink.setAttribute('href',url);
		objLink.setAttribute('rel','videobox[430,200]');
		objLink.setAttribute('title','');
		//Lightbox.prototype.start(objLink);
		//objLink.setAttribute('title',caption);
		myFlashVideoBox.launchVideo(objLink);
}




function __fileUpload(fType,memID) {
	Popup("/creemore/upload/index.asp?fType="+fType+"&memID="+memID,0);
}
