

function Application(JobID,ComID,JobName,ComName,ReceiveEmail){
	if(!PCookieUserID)RegetCookies();
	PupSendResumeWin(JobID,ComID,JobName,ComName,ReceiveEmail);
}



function ToFavorite(JobID,ComID,JobName,ComName,ReceiveEmail){
	if(!PCookieUserID)RegetCookies();
	var strAppLogo="";
		strAppLogo+="	    	<table width='90%' height='40' border='0' align='center' cellpadding='0' cellspacing='0'>";
		strAppLogo+="          <tr align='left'>";
		strAppLogo+="            <td align='left'><span class='TitleSpan'><img src='http://www.jobcu.com/images/Logo_mini.gif' alt=' ICO' hspace='5' vspace='5' align='absmiddle' /> <span style='width:30px;'></span><b><font color=#ff7100>收藏职位 </font></b></span></td>";
		strAppLogo+="          </tr>";
		strAppLogo+="        </table>";
		
	var strAppContent="";
		strAppContent+="	  <table width='100%' border='0' align='center' cellpadding='2' cellspacing='1'>";		
		strAppContent+="      <tr align='left'>";
		strAppContent+="        <td align='center' valign='top' height='22' colspan='2'><iframe id='ifmFavoritePopup'name='ifmFavoritePopup' width='100%'height='200'marginwidth='0'marginheight='0'hspace='0'vspace='0'frameborder='0'scrolling='no'src=\"http://www.jobcu.com/Favorite_cooperate.asp?jobid="+JobID+"&comid="+ComID+"&jobname="+JobName+"&comname="+ComName+"&ReceiveEmail="+ReceiveEmail+"\"></iframe>  </td>";
		strAppContent+="      </tr>";		
		strAppContent+="    </table>";
		
		$$('PopupLogo').innerHTML=strAppLogo;
		$$('PopupContent').innerHTML=strAppContent;
		InitPopWin();
}


function CopyToMsnFriend(CopyJobUrl){
	document.getElementById (CopyJobUrl).select();
	document.execCommand('Copy');
	document.execCommand('Unselect'); 
	alert("成功复制到剪贴板,您现在可以粘贴到MSN，QQ中发给你朋友了!");	
	return false;
}



function PupSendResumeWin(JobID,ComID,JobName,ComName,ReceiveEmail){
	var strAppLogo="";
		strAppLogo+="	    	<table width='90%' height='40' border='0' align='center' cellpadding='0' cellspacing='0'>";
		strAppLogo+="          <tr align='left'>";
		strAppLogo+="            <td align='left'><span class='TitleSpan'><img src='http://www.jobcu.com/images/Logo_mini.gif' alt=' ICO' hspace='5' vspace='5' align='absmiddle' /> <span style='width:30px;'></span><b><font color=#ff7100>发送简历 应聘职位</font></b></span></td>";
		strAppLogo+="          </tr>";
		strAppLogo+="        </table>";
		
	var strAppContent="";
		strAppContent+="	  <table width='100%' border='0' align='center' cellpadding='2' cellspacing='1'>";		
		strAppContent+="      <tr align='left'>";
		strAppContent+="        <td align='center' valign='top' height='22' colspan='2'><iframe id='ifmPopup'name='ifmPopup' width='100%'height='200'marginwidth='0'marginheight='0'hspace='0'vspace='0'frameborder='0'scrolling='no'src=\"http://www.jobcu.com/Application_cooperate.asp?jobid="+JobID+"&comid="+ComID+"&jobname="+JobName+"&comname="+ComName+"&ReceiveEmail="+ReceiveEmail+"\"></iframe>  </td>";
		strAppContent+="      </tr>";		
		strAppContent+="    </table>";
		
		$$('PopupLogo').innerHTML=strAppLogo;
		$$('PopupContent').innerHTML=strAppContent;
		InitPopWin();
		
}


