Team:Peking/test2

From 2010.igem.org

(Difference between revisions)
(Undo revision 74486 by Evamonlight (Talk))
Line 11: Line 11:
{{:Team:Peking/accordian}}
{{:Team:Peking/accordian}}
{{:Team:Peking/tab}}
{{:Team:Peking/tab}}
 +
{{:Team:Peking/js1}}
 +
{{:Team:Peking/js}}
 +
{{:Team:Peking/js2}}
 +
{{:Team:Peking/js3}}
 +
{{:Team:Peking/js4}}
 +
 +
 +
<!--jquery plugins-->
 +
{{:Team:Peking/jqueryplugins}}
 +
{{:Team:Peking/jqueryplugins2}}
 +
{{:Team:Peking/jqueryplugins3}}
 +
{{:Team:Peking/jqueryplugins4}}
<html>
<html>
Line 49: Line 61:
<!--js global-->
<!--js global-->
<!-- Created by Amit Gaur -->
<!-- Created by Amit Gaur -->
-
<script type="text/javascript" src="/js/css_browser_selector.js"></script>
+
<!--<script type="text/javascript" src="/js/css_browser_selector.js"></script>
<script type="text/javascript" src="/js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="/js/jquery-1.3.2.min.js"></script>
<script src="/includes/audio-video/swf/AC_OETags.js" language="javascript" type="text/javascript"></script>
<script src="/includes/audio-video/swf/AC_OETags.js" language="javascript" type="text/javascript"></script>
-
<script language="JavaScript">
+
<script language="JavaScript"> </script>
-
var externalLinkWarning;
+
<script src="/js/AC_RunActiveContent.js" type="text/javascript"></script>-->
-
var registeredsymbolstyle;
+
-
var registeredsymbolHerostyle;
+
-
var is_chrome = navigator.userAgent.toLowerCase().indexOf('chrome') > -1;
+
-
 
+
-
if (/Firefox[\/\s](\d+\.\d+)/.test(navigator.userAgent)){
+
-
 
+
-
externalLinkWarning = "The link you have selected will take you to a site outside Merck.com. \n\nMerck does not review or control the content of any non-Merck site. Merck does not endorse and is not responsible for the accuracy, content, practices, or standards of any non-Merck sources.";
+
-
 
+
-
registeredsymbolstyle = "<sup style='padding:0px;font-size: 0.63em; top:0.23em;line-height: 0.5em;vertical-align:super'>&reg;</sup>";
+
-
registeredsymbolHerostyle="<sup style='padding:0.3em 0em 0em 0em; line-height: 0.5em;top: -0.02em;font-size: 18px;'>&reg;</sup>";
+
-
 
+
-
}
+
-
else if (is_chrome == true)
+
-
{
+
-
externalLinkWarning = "The link you have selected will take you to a site outside Merck.com. \n\nMerck does not review or control the content of any non-Merck site. Merck does not endorse and is not responsible for the accuracy, content, practices, or standards of any non-Merck sources.";
+
-
 
+
-
registeredsymbolstyle = "<sup style='padding:0px;font-size: 0.63em; top:-0.01em; line-height: 0.5em;vertical-align:super'>&reg;</sup>";
+
-
registeredsymbolHerostyle="<sup style='padding:-0.01em;top: -0.01em;font-size: 18px;'>&reg;</sup>";
+
-
}
+
-
else
+
-
{
+
-
externalLinkWarning = "The link you have selected will take you to a site outside Merck.com. \n\nMerck does not review or control the content of any non-Merck site. Merck does not endorse and is\nnot responsible for the accuracy, content, practices, or standards of any non-Merck sources.";
+
-
 
+
-
registeredsymbolstyle = "<sup style='padding:0px;font-size: 0.88em; top:-0.01em;line-height: 0.9em;vertical-align:super;'>&reg;</sup>";
+
-
registeredsymbolHerostyle="<sup style='padding:0.3em 0em 0em 0em;top: -0.02em;font-size: 21px;'>&reg;</sup>";
+
-
}
+
-
 
+
-
function extLink(link) {
+
-
var elw = externalLinkWarning.replace(/\*n/g,'\n');
+
-
var uc = confirm(elw);
+
-
if (uc)
+
-
{
+
-
window.open(link);
+
-
}
+
-
+
-
}
+
-
</script>
+
-
<script src="/js/AC_RunActiveContent.js" type="text/javascript"></script>
+
<script type="text/javascript">
<script type="text/javascript">
Line 113: Line 87:
<script language="JavaScript">
<script language="JavaScript">
-
function explanation_of_newprivacy_policy()
+
function explanation_of_newprivacy_policy()
-
{
+
{
-
window.open('/about/how-we-operate/privacy/explanation-of-changes-to-merck-internetprivacypolicy.html', 'EXPLANATION', 'toolbar=0, location=0, directories=0, menuBar=0, scrollbars=0, resizable=0, width=800, height=240, left=375, top=350');
+
window.open('/about/how-we-operate/privacy/explanation-of-changes-to-merck-internetprivacypolicy.html', 'EXPLANATION', 'toolbar=0, location=0, directories=0, menuBar=0, scrollbars=0, resizable=0, width=800, height=240, left=375, top=350');
-
}
+
}
</script>
</script>
<script language="JavaScript">
<script language="JavaScript">
-
function explanation_of_newprivacy_policy1()
+
function explanation_of_newprivacy_policy1()
-
{
+
{
-
window.open('/about/how-we-operate/privacy/explanation-of-changes-to-merck-safeharborpolicy.html', 'EXPLANATION', 'toolbar=0, location=0, directories=0, menuBar=0, scrollbars=0, resizable=0, width=800, height=210, left=375, top=350');
+
window.open('/about/how-we-operate/privacy/explanation-of-changes-to-merck-safeharborpolicy.html', 'EXPLANATION', 'toolbar=0, location=0, directories=0, menuBar=0, scrollbars=0, resizable=0, width=800, height=210, left=375, top=350');
-
}
+
}
</script>
</script>
Line 186: Line 160:
<!-- Akamaization, Flash detection and print fix starts. Added by Amit Gaur on May 20, 2010 -->
<!-- Akamaization, Flash detection and print fix starts. Added by Amit Gaur on May 20, 2010 -->
-
<div id="akamaizer" style="visability:hidden;">
+
<div id="akamaizer" style="visability:hidden;">
-
<a id="annualreport" href="//a248.e.akamai.net/7/248/430/20100306013251/www.merck.com/includes/audio-video/swf/merck_ar_2010.swf"> </a>
+
<a id="annualreport" href="//a248.e.akamai.net/7/248/430/20100306013251/www.merck.com/includes/audio-video/swf/merck_ar_2010.swf"> </a>
-
</div>
+
</div>
-
<script type="text/javascript">
+
<script type="text/javascript">
-
 
+
function displayar2009()
-
function displayar2009()
+
{
-
 
+
var annualReportAkamaizedPath = document.getElementById('annualreport');
-
{
+
var requiredMajorVersion = 9;
-
 
+
var requiredMinorVersion = 0;
-
var annualReportAkamaizedPath = document.getElementById('annualreport');
+
var requiredRevision = 0;
-
var requiredMajorVersion = 9;
+
var hasReqestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
-
var requiredMinorVersion = 0;
+
if (hasReqestedVersion) {
-
var requiredRevision = 0;
+
modal.enter('<div id="ARdisplay"><div align="right"><a href="javascript:modal.exit();"><img src="/includes/audio-video/swf/assets/images/close_bt.gif" border="0" /></a></div><div align="center"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" name="ar_2009" width="905" height="535" align="middle" id="ar_2009"><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="false" /><param name="movie" value="/includes/audio-video/swf/merck_ar_2010.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src= ' + annualReportAkamaizedPath + ' quality="high" bgcolor="#ffffff" width="905" height="535" name="ar_2009" align="middle" allowScriptAccess="always" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object></div></div>');}
-
var hasReqestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
+
else { 
-
 
+
modal.enter('<div id="ARdisplay"><div align="right"><a href="javascript:modal.exit();"><img src="/includes/audio-video/swf/assets/images/close_bt.gif" border="0" /></a></div><div style="width:905px; height:535px; align:center; border-style:solid; background-color: white;"><br><br><br><br><br><br><br><br><br><br><br><br><br>This content requires the Adobe Flash Player. <a href="http://get.adobe.com/flashplayer/#mediaPlayer/loadImage:/includes/audio-video/swf/merck_ar_2010.swf&audio:&inline:true" target="_blank">Get Flash</a></div></div>');}
-
if (hasReqestedVersion) {
+
}
-
modal.enter('<div id="ARdisplay"><div align="right"><a href="javascript:modal.exit();"><img src="/includes/audio-video/swf/assets/images/close_bt.gif" border="0" /></a></div><div align="center"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" name="ar_2009" width="905" height="535" align="middle" id="ar_2009"><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="false" /><param name="movie" value="/includes/audio-video/swf/merck_ar_2010.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src= ' + annualReportAkamaizedPath + ' quality="high" bgcolor="#ffffff" width="905" height="535" name="ar_2009" align="middle" allowScriptAccess="always" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object></div></div>');
+
</script>
-
} else { 
+
-
+
-
modal.enter('<div id="ARdisplay"><div align="right"><a href="javascript:modal.exit();"><img src="/includes/audio-video/swf/assets/images/close_bt.gif" border="0" /></a></div><div style="width:905px; height:535px; align:center; border-style:solid; background-color: white;"><br><br><br><br><br><br><br><br><br><br><br><br><br>This content requires the Adobe Flash Player. <a href="http://get.adobe.com/flashplayer/#mediaPlayer/loadImage:/includes/audio-video/swf/merck_ar_2010.swf&audio:&inline:true" target="_blank">Get Flash</a></div></div>');
+
-
 
+
-
}
+
-
 
+
-
}
+
-
 
+
-
</script>
+
<!-- Akamaization, Flash detection and print fix ends. Added by Amit Gaur on May 20, 2010 -->
<!-- Akamaization, Flash detection and print fix ends. Added by Amit Gaur on May 20, 2010 -->
<!-- jquery plugins here -->
<!-- jquery plugins here -->
<!-- jquery plugins here -->
<!-- jquery plugins here -->
-
<script type="text/javascript" src="/js/jquery.merckAccordian.js"></script>
+
<!--<script type="text/javascript" src="/js/jquery.merckAccordian.js"></script>
<script type="text/javascript" src="/js/jquery.blockUI.js"></script>
<script type="text/javascript" src="/js/jquery.blockUI.js"></script>
<script type="text/javascript" src="/js/jquery.merckTabs.js"></script>
<script type="text/javascript" src="/js/jquery.merckTabs.js"></script>
Line 233: Line 198:
<script type="text/javascript" src="/js/jquery.cookie.js"></script>
<script type="text/javascript" src="/js/jquery.cookie.js"></script>
<script type="text/javascript" src="/js/modal.js"></script>
<script type="text/javascript" src="/js/modal.js"></script>
-
<script type="text/javascript" src="/js/page.js"></script>
+
<script type="text/javascript" src="/js/page.js"></script>-->

Revision as of 14:21, 19 September 2010


Site Map

SITE MAP

ABOUT US

Our Values

Leadership
Board of Directors
Executive Committee
How We Operate
Code of Conduct
Compliance
Privacy
Diversity
Views and Positions
Access and Affordability
Healthcare Reform
Innovation
Quality and Safety
Sales and Marketing
Merck/Schering-Plough Merger

Our History

RESPONSIBILITY

Ethics and Transparency
Transparency
Access
Patient Assistance Programs
Fighting River Blindness
Nicaraguan Vaccination Program
Bhutan Vaccination Program
Environment
Smarter Energy
Community
Diabetes Care
Asthma Network
Merck Community Initiatives
Fighting HIV/AIDS
Disaster Relief
Go Red For Women
Mothers Helping Mothers

RESEARCH

Pipeline Discovery and Development
Drug Discovery
Clinical Development
   

PRODUCTS

Vaccines
Vaccine Contracted Distributors
Prescription Products
Merck Authorized Distributors

Prescribing Information
Consumer Products Animal Health

INVESTORS

Financials
Annual Reports, Proxy Statements, and Form 10-K
SEC Filings & Certifications
Earnings Releases
Quarterly Financials
Stock Information
Partnerships

Events & Presentations

Stockholder Services

Information Request
Contact Us

NEWSROOM

News Release Archieve
Prescription Medicine News
Consumer Care News
Vaccine News
Research & Development News
Corporate News
Financial News
Corporate Responsibility News
Schering-Plough News Archive
Company Statements

Presentations
Speeches Archive
Events Archive
VIOXX® (rofecoxib)
Information Center


Media Contacts

LICENSING

Areas of Interest

Our Process
Our Partnerships
Worldwide Alliances
Innovation Spotlight
Creative Deal-Making
Contact Us

News and Events

CAREERS

Search and Apply
Search Jobs
Submit Resume
Application Tips
Explore Careers
Career Choices
Students and Graduates
Military Recruiitng
Life at Merck
Benefits
Diversity Recruiting
 

Patients and Caregivers Healthcare Professionals Merck Manuals Contact Us


LEADERSHIP