function createFlashPlayer(file,placeHolder,width,height,additionalParams){
	var flashvars = additionalParams['flashvars'];
	var params = additionalParams['params'];
	var attributes = { id: "croptool", name: "croptool"};
	swfobject.embedSWF(file+".swf",placeHolder,width,height,"10.0.0",homeUrl+"player/expressInstall.swf",flashvars,params,attributes);
}
function changeLinkLocation(ele){
	link = $(ele).find("a")[0];
	window.location = (link);
}

