/* Pushed : Mon, 16 Oct 2017 1:36 PM UTC */


/*Putting onload function - ensuring visibility */
function zAddOnLoad(func)  {var o = window.onload;if (typeof window.onload != 'function') {window.onload = func;} else {window.onload = function() { try { if (o) { o(); } } catch (err) {} func(); }}};

/*Identifying script location - parent tag */
var scriptTag = document.scripts[document.scripts.length - 1];var pt_ff8081815f176681015f254bb65211c0 = scriptTag.parentNode;
if(zQStringValue('zBase')){window['pt_'+zQStringValue('zBase')]=pt_ff8081815f176681015f254bb65211c0;}

try{
if (document.getElementById('ff8081815f176681015f254bb65211c0')) { 
	pt_ff8081815f176681015f254bb65211c0 = document.getElementById('ff8081815f176681015f254bb65211c0'); 
}
} catch (err) {}

/*writing core script includes */
var s_758 = document.createElement('script');s_758.type = 'text/javascript';s_758.async = false;s_758.src = (document.location.protocol=='https:' && 'http://static.ziftsolutions.com/widgets/js/zpanel_20170605.js'.indexOf('http://')==0?'https://'+'http://static.ziftsolutions.com/widgets/js/zpanel_20170605.js'.substring(7):'http://static.ziftsolutions.com/widgets/js/zpanel_20170605.js');pt_ff8081815f176681015f254bb65211c0.appendChild(s_758);
var s_1202 = document.createElement('script');s_1202.type = 'text/javascript';s_1202.async = false;s_1202.src = (document.location.protocol=='https:' && 'http://static.ziftsolutions.com/widgets/js/zsizzle.20110528.js'.indexOf('http://')==0?'https://'+'http://static.ziftsolutions.com/widgets/js/zsizzle.20110528.js'.substring(7):'http://static.ziftsolutions.com/widgets/js/zsizzle.20110528.js');pt_ff8081815f176681015f254bb65211c0.appendChild(s_1202);


/*adding modal support for this panel */
var s_1697 = document.createElement('script');s_1697.type = 'text/javascript';s_1697.async = false;s_1697.src = (document.location.protocol=='https:' && 'http://static.ziftsolutions.com/widgets/js/shadowbox/shadowbox.3.03.js'.indexOf('http://')==0?'https://'+'http://static.ziftsolutions.com/widgets/js/shadowbox/shadowbox.3.03.js'.substring(7):'http://static.ziftsolutions.com/widgets/js/shadowbox/shadowbox.3.03.js');pt_ff8081815f176681015f254bb65211c0.appendChild(s_1697);
var s_2173 = document.createElement('link');s_2173.rel = 'stylesheet';s_2173.href = 'http://static.ziftsolutions.com/widgets/js/shadowbox/shadowbox.3.03.css';s_2173.type = 'text/css';pt_ff8081815f176681015f254bb65211c0.appendChild(s_2173);
var s_2413 = document.createElement('script');s_2413.async = false;s_2413.defer = 'defer';s_2413.type = 'text/javascript';s_2413.innerHTML = 'window.setTimeout(function() { Shadowbox.init( { skipSetup: true } ); }, 1000);';pt_ff8081815f176681015f254bb65211c0.appendChild(s_2413);
var s_2693 = document.createElement('script');s_2693.type = 'text/javascript';s_2693.async = false;s_2693.src = (document.location.protocol=='https:' && 'http://static.ziftsolutions.com/widgets/js/ztrack.20170214.js'.indexOf('http://')==0?'https://'+'http://static.ziftsolutions.com/widgets/js/ztrack.20170214.js'.substring(7):'http://static.ziftsolutions.com/widgets/js/ztrack.20170214.js');pt_ff8081815f176681015f254bb65211c0.appendChild(s_2693);


/*adding key variables */
var zBaseUrl = 'http://widgets.ziftsolutions.com/siemens.ziftsolutions.com/js/ff8081815f176681015f254bb65211c0';
var zBaseKey = 'siemens.ziftsolutions.com/js/';
var zStandaloneBaseUrl = 'http://sites.ziftsolutions.com/siemens.ziftsolutions.com/ff8081815f176681015f254bb65211c0';
if (!zBaseComplete) var zBaseComplete = false; 


/*writing core js */
var zPanele64d6;
var zPanelLoadCalls = new Array();
var zLoaded = false;
var zLoadInterval;
function zDoPanelLoad() {
zLoadInterval = window.setInterval(zDoPanelLoadInternal, 500);
}
function zDoPanelLoadInternal() {
if (!zLoaded) {
try {
zPanele64d6 = new zwPanel('zPage','zFormId',"zFormValidation(this.getForm())",'ziftc','zSubmissionRefId','zift.trackback', 'http://sites.ziftsolutions.com/siemens.ziftsolutions.com/ff8081815f176681015f254bb65211c0', 'zPanele64d6');
zPanele64d6.setEmailKey();
zPanele64d6.loadSerialized();
zPanele64d6.defaultForm();
zPanele64d6.setTrackbacks();
zSetDynamicPanelAttributes();
for (var i = 0; i < zPanelLoadCalls.length; i++) eval(zPanelLoadCalls[i]);
zLoaded = true;
clearInterval(zLoadInterval);
} catch (err) {
zLoaded = false;
}
} else {
clearInterval(zLoadInterval);
}
}
function zAddPanelLoadEvent(func) {
zPanelLoadCalls[zPanelLoadCalls.length] = func;
}
function zQStringValue(param) {
var query=document.location.search.substring(1);
if (query.length > 0){
var params=query.split('&');
for (var i=0 ; i<params.length ; i++){
var pos = params[i].indexOf('=');
var name = params[i].substring(0, pos);
var value = params[i].substring(pos + 1);
if (name == param) {
return value;
break;
}
}
}
return null;
}
var zPage = zQStringValue('zPage');
try { if (typeof(zPageOverride) != 'undefined') zPage = zPageOverride; } catch (err) {} 

var zBaseSkipTrack = false; 
var zBase = zQStringValue('zBase');
try { if (typeof(zBase) != 'undefined' && zBase != null) { zBaseUrl = 'http://widgets.ziftsolutions.com/' + zBaseKey + zBase; zBaseSkipTrack = true; }} catch (err) {} 

function addZiftLoadEvent(func) { 
  if (document.readyState === "complete") { try{func();}catch(e){console.error(e)} } else {   if (window.attachEvent){    return window.attachEvent('onload', func);  }else{    return window.addEventListener('load', func, false);  }} }
function zScriptInclude(page) {
var el = document.createElement('script');
el.type = 'text/javascript';
el.src = page ;
el.async = false;
return el;}
function zWriteScriptInclude(page) {
pt_ff8081815f176681015f254bb65211c0.appendChild(zScriptInclude(zBaseUrl + (zPage?'/'+zPage:'')));
}
function zWriteElementInclude(el) {
pt_ff8081815f176681015f254bb65211c0.appendChild(el);
}


/*processing dynamic step rules and routing */
var ztrack_ff8081815f176681015f254bb65211c0;if (typeof(zBase) == 'undefined' || zBase == null || zBase == 'null' || (zBase != null && zBaseComplete)) {addZiftLoadEvent(function() { ztrack_ff8081815f176681015f254bb65211c0 = new ZTrack({ h: 'https://analytics.ziftsolutions.com/', i: (zBase?zBase:'ff8081815f176681015f254bb65211c0'), p: 'ff8081815ee01517015f00f3b7e35a28', c: '8a104ee650d22d330150d92aad9c710e', t: 'f'} );}); zTS = 'https://siemens.ziftsolutions.com/';}
var zroute = zQStringValue('zroute');

if (zroute != null && zroute != 'null') setTimeout(function() {window.location = decodeURIComponent(zroute);}, 500);


/*writing panel body */
var callDoPanelLoad=true;
if (zPage != null && zPage != 'null' && zPage != '') {
zWriteScriptInclude(zPage);
callDoPanelLoad=false;
} else if (zBase != null && zBase != 'null' && !zBaseComplete) {  zBaseComplete=true; zWriteElementInclude(zScriptInclude(zBaseUrl)); } else {
zWriteElementInclude(zScriptInclude('https://s3.amazonaws.com:443/static.ziftsolutions.com/files/8a32519351116fce01511218526216f5.js'));
zWriteElementInclude(zScriptInclude('http://dynamic.ziftsolutions.com/clients/google/js/shadowbox/shadowbox.js'));
zWriteElementInclude(zScriptInclude('http://dynamic.ziftsolutions.com/8a1d0a1c510ffaa40151174eceae64d6/Overview/ff8081815f176681015f254bb65211c0/0'));
var zContent = {"content":"<span><style type=\"text/css\"> #idSharedVue .clsSVAssetList .clsSVAssetType_video_x-flv {\r\n background: none !important;\r\n}\r\n#idSharedVue .clsSVNotSolidEdgeFrontPage .clsSVAssetList li {\r\n padding: 0 !important;\r\n} <\/style> <span name=\"Partner Display Name\" style=\"display:none;\">3D Technology Ltd<\/span> <span name=\"Panel CSS\"><link type=\"text/css\" href=\"https://s3.amazonaws.com:443/static.ziftsolutions.com/files/8a32519351116fce01511218523916f3.aspx\" rel=\"stylesheet\"><\/link> <link type=\"text/css\" href=\"https://s3.amazonaws.com:443/static.ziftsolutions.com/files/8a32519351116fce01511218524e16f4.aspx\" rel=\"Stylesheet\"><\/link> <link type=\"text/css\" href=\"https://s3.amazonaws.com:443/static.ziftsolutions.com/files/8a32519351116fce01511218527616f6.aspx\" rel=\"stylesheet\"><\/link> <style type=\"text/css\"> #idSharedVue img { max-width:100%; }\r\n#idSharedVue .clsSVFeaturedAssetImg img { max-width:200px; }\r\n#idSharedVue .clsSVImageBlock h3 { \r\n clear: both; margin-top: 1em; \r\n}\r\n#idSharedVue .clsSVTable {background-color:#dddddd;}\r\n#idSharedVue .clsSVTable h2 {font-size:16px; font-weight:bold;}\r\n#idSharedVue .clsSVProductsPage .clsSVSideWidthRight h2 {font-size:12px;}\r\n#idSharedVue .clsSVTable p {font-size:13px;}\r\n#idSharedVue .clsSVTableRow h2 {font-weight:bold;}\r\n#idSharedVue .clsSVSideWidthRight { width:200px !important; }\r\n#idSharedVue .clsSVButton:hover,\r\n#idSharedVue .clsSVFeaturedAssetButton:hover {\r\n color:white !important;\r\n}\r\n#idSharedVue .clsSVAssetRegistration td {\r\n font-size:12px;\r\n}\r\n#idSharedVue .clsSVIndustryH2 { text-align:left !important; font-size:16px !important;}\r\n.zmodal { margin-bottom:-18px; }\r\n\r\n#idSharedVue { max-width:825px; margin: 0 auto; }\r\n#idSharedVue .clsSVContactInput { width:100%; }\r\n#idSharedVue .clsSVSideWidthRight h2 { font-weight:bold}\r\n#idSharedVue ul li {background-position:left top}\r\n#idSharedVue .clsSVExpandoSolidEdge {  line-height:0; max-width:900px !important; background-color:black;}\r\n#idSharedVue #idSVMain ul {margin: 15px 0 15px 15px !important;}\r\n#idSharedVue .clsSVCallouts { margin:40px 0 20px 0; background-color:black; padding-top:15px;padding-left:15px; }\r\n#idSharedVue .clsSVCallouts span:first-of-type {display:table; margin:auto;}\r\n#idSharedVue .clsSVCallouts .cl_first,\r\n#idSharedVue .clsSVCallouts .cl_last {padding-right: 15px; display: table-cell;}\r\n#idSharedVue .clsSVCallouts img {margin-bottom:15px; width:100%; }\r\n#idSharedVue .clsSVCallouts img:first-of-type {margin-right:15px; }\r\n#idSharedVue #idSVMain .clsSVAssetList ul { margin: 5px 0 0 0 !important;}\r\n#idSharedVue .clsSVSolidEdgePromo {border-top: 1px solid black; padding-top: 15px; padding-bottom: 10px; }\r\n#idSharedVue .clsSVSolidEdgePromo img { max-width: 170px !important;}\r\n#idSharedVue h1 { font-size:20px; }\r\n#idSharedVue .clsSVUniquePartnerAssetGetStarted3DCAD {text-align:center !important; line-height: 150%;max-width: 100% !important; }\r\n#idSharedVue .clsSVUniquePartnerAssetGetStarted3DCAD div {text-align:center;}\r\n#idSharedVue .clsSVUniquePartnerAssetGetStarted3DCAD a {padding:5px 15px; text-align:center;font-size:12px;}\r\n#idSharedVue .clsSVLegal {color:#949494 !important }\r\n#idSharedVue .clsSVSideFooter { font-size:10px; }\r\n#idSharedVue .clsSVSideFooter a { font-size: 12px; background-position: 0 center !important; }\r\n#idSharedVue #idSVBreadCrumbs {display:none;}\r\n#idSharedVue .clsSVExpandoSolidEdge .clsSVButton a {font-weight:bold;}\r\n#idSharedVue #idSVMain {padding:20px 0 !important;}\r\n#idSharedVue .clsSVRequiredStar {font-size: 12px;}\r\n#idSharedVue {display:table}\r\n#idSharedVue #idSVMain { display:table-row}\r\n#idSharedVue .clsSVMainWidth {display:inline-block;width:70% !important;}\r\n#idSharedVue .clsSVSideWidthRight {display:inline-block; width:23% !important;}\r\n#idSharedVue .clsSVLinkBullet a,\r\n#idSharedVue .clsSVSideFooter a {\r\n background: url(\"https://s3.amazonaws.com/static.ziftsolutions.com/clients/siemens/i/icon-link.gif\") no-repeat scroll left center !important;\r\n}\r\n@media only screen and (max-width: 450px) {\r\n #idSharedVue .clsSVSideWidthRight,\r\n #idSharedVue .clsSVMainWidth,\r\n #idSharedVue .clsSVFullWidth,\r\n #idSharedVue .clsSVHalfWidth {\r\n  display: block !important;\r\n  padding: 0;\r\n  width: auto !important;\r\n }\r\n} <\/style><\/span> <span name=\"Panel JS\"><link rel=\"stylesheet\" type=\"text/css\" href=\"http://dynamic.ziftsolutions.com/clients/google/js/shadowbox/shadowbox.css\"><\/link> <\/span> <div id=\"idSharedVue\"><span name=\"Internal Block.Panel Header\"><div class=\"clsSVShowcase\"><a href=\"&#035;\" onclick=\"zPanele64d6.gotoNextPage('zPage',this); return false;\"><img border=\"0\" class=\"clsSVHeaderLeft\" alt=\"\" src=\"https://static.ziftsolutions.com/files/8a32519351116fce01511218529116f7.png\"/><\/a> <div class=\"clsSVHeaderRight\">Siemens Solution Center<\/div> <\/div> <div class=\"clsSVNav_textpopup\" id=\"idSVNav\"> <div id=\"idSVNavPrimary\"><a class=\"clsNoSID\" title=\"Show navigation\" href=\"&#035;idSVNavPrimary\"><img border=\"0\" alt=\"Show Navigation\" src=\"http://static.ziftsolutions.com/files/8a32519351116fce01511218531616f8.png\"/> Menu<\/a> <a title=\"Hide navigation\" href=\"&#035;\"><img border=\"0\" alt=\"Hide Navigation\" src=\"http://static.ziftsolutions.com/files/8a32519351116fce01511218531616f8.png\"/> Close Menu<\/a> <ul id=\"idSVNavPrimaryTree\"> <li class=\"clsSVNavPrimaryItem clsSVContentClass_overview \" id=\"idSVNavPrimaryItem_overview\"><a class=\"clsSVNavSelected\" href=\"?zPage=Overview-256602bd\" title=\"Overview\" zstepid=\"Overview-256602bd\" onclick=\"zPanele64d6.gotoPage('zPage','Overview-256602bd',this, true,false,null,null); return false;\">Overview<\/a><\/li> <li class=\"clsSVNavPrimaryItem clsSVContentClass_products \" id=\"idSVNavPrimaryItem_products\"><a href=\"?zPage=Products-b5b10325\" title=\"Products\" zstepid=\"Products-b5b10325\" onclick=\"zPanele64d6.gotoPage('zPage','Products-b5b10325',this, true,false,null,null); return false;\">Products<\/a> <ul> <li class=\"clsSVNavPrimaryItem clsSVContentClass_products_solid-edge\" id=\"idSVNavPrimaryItem_products_solid-edge\"><a href=\"?zPage=Page-productssolidedge-d8ce6536\" title=\"Product Solid Edge\" zstepid=\"Page-productssolidedge-d8ce6536\" onclick=\"zPanele64d6.gotoPage('zPage','Page-productssolidedge-d8ce6536',this, true,false,null,null); return false;\"> <span name=\"Solid Edge Title\" zcached=\"true\">Solid Edge<\/span> <\/a><\/li> <li class=\"clsSVNavPrimaryItem clsSVContentClass_products_teamcenter\" id=\"idSVNavPrimaryItem_products_teamcenter\"><a href=\"?zPage=Page-productsteamcenter-d8e06537\" title=\"Product Teamcenter\" zstepid=\"Page-productsteamcenter-d8e06537\" onclick=\"zPanele64d6.gotoPage('zPage','Page-productsteamcenter-d8e06537',this, true,false,null,null); return false;\"> <span name=\"Teamcenter Title\" zcached=\"true\">Teamcenter Rapid Start<\/span> <\/a><\/li> <\/ul> <\/li> <li class=\"clsSVNavPrimaryItem clsSVContentClass_industries\" id=\"idSVNavPrimaryItem_industries\"><a href=\"?zPage=Page-industries-d8ee6538\" title=\"Industries\" zstepid=\"Page-industries-d8ee6538\" onclick=\"zPanele64d6.gotoPage('zPage','Page-industries-d8ee6538',this, true,false,null,null); return false;\">Industries<\/a> <ul prefix=\"nav\" name=\"Industries\"> <li class=\"clsSVNavPrimaryItem cl_even cl_first\"><a href=\"?zPage=Aerospace-and-Defense-EN-a03b2cfd\" title=\"Aerospace &amp; Defense (EN)\" zstepid=\"Aerospace-and-Defense-EN-a03b2cfd\" onclick=\"zPanele64d6.gotoPage('zPage','Aerospace-and-Defense-EN-a03b2cfd',this, true,false,null,null); return false;\"> <span name=\"nav.Title\">Aerospace &amp; Defense<\/span> <\/a><\/li> <li class=\"clsSVNavPrimaryItem cl_odd\"><a href=\"?zPage=Automotive-and-Transportation-EN-a0292cfc\" title=\"Automotive &amp; Transportation (EN)\" zstepid=\"Automotive-and-Transportation-EN-a0292cfc\" onclick=\"zPanele64d6.gotoPage('zPage','Automotive-and-Transportation-EN-a0292cfc',this, true,false,null,null); return false;\"> <span name=\"nav.Title\">Automotive &amp; Transportation<\/span> <\/a><\/li> <li class=\"clsSVNavPrimaryItem cl_even\"><a href=\"?zPage=Electronics-and-Semiconductor-EN-2dce0015\" title=\"Electronics &amp; Semiconductor (EN)\" zstepid=\"Electronics-and-Semiconductor-EN-2dce0015\" onclick=\"zPanele64d6.gotoPage('zPage','Electronics-and-Semiconductor-EN-2dce0015',this, true,false,null,null); return false;\"> <span name=\"nav.Title\">Electronics &amp; Semiconductor<\/span> <\/a><\/li> <li class=\"clsSVNavPrimaryItem cl_odd\"><a href=\"?zPage=Energy-and-Utilities-EN-a18d0066\" title=\"Energy &amp; Utilities (EN)\" zstepid=\"Energy-and-Utilities-EN-a18d0066\" onclick=\"zPanele64d6.gotoPage('zPage','Energy-and-Utilities-EN-a18d0066',this, true,false,null,null); return false;\"> <span name=\"nav.Title\">Energy &amp; Utilities<\/span> <\/a><\/li> <li class=\"clsSVNavPrimaryItem cl_even cl_last\"><a href=\"?zPage=Heavy-Equipment-EN-1ede006e\" title=\"Industrial Machinery &amp; Heavy Equipment (EN)\" zstepid=\"Heavy-Equipment-EN-1ede006e\" onclick=\"zPanele64d6.gotoPage('zPage','Heavy-Equipment-EN-1ede006e',this, true,false,null,null); return false;\"> <span name=\"nav.Title\">Industrial Machinery &amp; Heavy Equipment<\/span> <\/a><\/li> <\/ul> <\/li> <li class=\"clsSVNavPrimaryItem clsSVContentClass_contact \" id=\"idSVNavPrimaryItem_contact\"><a href=\"?zPage=Page-contact-da16654b\" title=\"Contact\" zstepid=\"Page-contact-da16654b\" onclick=\"zPanele64d6.gotoPage('zPage','Page-contact-da16654b',this, true,false,800,600); return false;\">Contact<\/a><\/li> <\/ul> <\/div> <\/div><\/span> <div id=\"idSVBreadCrumbs\" style=\"display:none\"> <\/div> <div style=\"clear:both;\"><!-- . --><\/div> <div id=\"idSVMain\"> <span class=\"clsSVNotSolidEdgeFrontPage\"> <div class=\"clsSVMainWidth\"><span name=\"Overview Resources\" prefix=\"feature\"><br class=\" cl_even cl_first\"/> <span class=\"clsSVLinkBullet cl_odd\"> <span> <a href=\"https://player.vimeo.com/video/153242900?autoplay=1\" title=\"Smart Innovation Video\" rel=\"shadowbox;width=800;height=450;\"><span class=\"clsSVSingleAssetText\"> <span name=\"feature.Title\">Smart Innovation Video<\/span> <\/span><\/a><\/span><\/span><br class=\" cl_even\"/> <span class=\"clsSVFullWidthFeaturedImage cl_odd\"> <div class=\"clsSVFeaturedAsset clsSVAssetType_Video\"> <div class=\"clsSVFeaturedAssetImg\"> <span> <a href=\"https://player.vimeo.com/video/153242900?autoplay=1\" title=\"Smart Innovation Video\" rel=\"shadowbox;width=800;height=450;\"><img alt=\"zva(feature.Title)\" src=\"https://static.ziftsolutions.com/files/8a1dd09852982d1901529e3b41123714.jpg\" style=\"max-width:100&#037;;\" border=\"0\"/><\/a> <\/span><\/div> <\/div> <\/span><br class=\" cl_even\"/> <br class=\" cl_odd cl_last\"/> <\/span> <span name=\"Welcome Message\"><p>Welcome to <span name=\"zpartner.name\">3d technology<\/span>. We partner with Siemens PLM Software, a leading global provider of product lifecycle management (PLM) and manufacturing operations management (MOM) software.<\/p> <p>As a Siemens PLM Software Solutions partner, we share Siemens’ mission of helping thousands of customers digitalize their business to realize the innovations that make a difference in their industries.<\/p> <\/span> <br/> <br/> <span name=\"Overview Resources\" prefix=\"callout\"> <div class=\" cl_even cl_first cl_last\"><span class=\"clsSVLinkBullet\"> <span> <a href=\"https://player.vimeo.com/video/140715631?autoplay=1\" title=\"Smart Innovation Portfolio Digitalization Video\" rel=\"shadowbox;width=800;height=450;\"><span class=\"clsSVSingleAssetText\"> <span name=\"callout.Title\">Smart Innovation Portfolio Digitalization Video<\/span> <\/span><\/a><\/span><\/span><br/> <span> <a href=\"https://player.vimeo.com/video/140715631?autoplay=1\" title=\"Smart Innovation Portfolio Digitalization Video\" rel=\"shadowbox;width=800;height=450;\"><img alt=\"zva(callout.Title)\" src=\"https://static.ziftsolutions.com/files/8a8522ec52c70ad50152cc7c1139644a.jpg\" border=\"0\"/><\/a> <\/span><\/div> <\/span><\/div> <div class=\"clsSVSideWidthRight\"> <div class=\"clsSVDivider\"> <\/div> <br/> <h2>Solution Products<\/h2> <span class=\"clsSVContentClass_products_solid-edge\" style=\"display:block;\"> <a href=\"?zPage=Page-productssolidedge-d8ce6536\" title=\"Product Solid Edge\" zstepid=\"Page-productssolidedge-d8ce6536\" onclick=\"zPanele64d6.gotoPage('zPage','Page-productssolidedge-d8ce6536',this, true,false,null,null); return false;\"> <span style=\"font-size:10px;\"> <span name=\"Solid Edge Title\" zcached=\"true\">Solid Edge<\/span> <\/span> <\/a><br/> <a href=\"?zPage=Page-productssolidedge-d8ce6536\" title=\"Product Solid Edge\" zstepid=\"Page-productssolidedge-d8ce6536\" onclick=\"zPanele64d6.gotoPage('zPage','Page-productssolidedge-d8ce6536',this, true,false,null,null); return false;\"><img src=\"http://static.ziftsolutions.com/files/ff8081815a8d0e82015aa51aedf3102f/thumb-solidedge.jpg\" alt=\"Solid Edge\" style=\"width:175px; height:auto; \" border=\"0\"/><\/a><br/> <br/> <\/span> <span class=\"clsSVContentClass_products_teamcenter\" style=\"display:block;\"> <a href=\"?zPage=Page-productsteamcenter-d8e06537\" title=\"Product Teamcenter\" zstepid=\"Page-productsteamcenter-d8e06537\" onclick=\"zPanele64d6.gotoPage('zPage','Page-productsteamcenter-d8e06537',this, true,false,null,null); return false;\"> <span style=\"font-size:10px;\"> <span name=\"Teamcenter Title\" zcached=\"true\">Teamcenter Rapid Start<\/span> <\/span> <\/a><br/> <a href=\"?zPage=Page-productsteamcenter-d8e06537\" title=\"Product Teamcenter\" zstepid=\"Page-productsteamcenter-d8e06537\" onclick=\"zPanele64d6.gotoPage('zPage','Page-productsteamcenter-d8e06537',this, true,false,null,null); return false;\"><img src=\"http://static.ziftsolutions.com/files/ff8081815a8d0e82015aa51b861e1050/thumb-teamcenter.jpg\" alt=\"Teamcenter Rapid Start\" style=\"width:175px; height:auto;\" border=\"0\"/><\/a><br/> <br/> <\/span> <h2 class=\"clsContentClassAssetListHeader clsAssetListHeader\"><span name=\"Asset Title\" zcached=\"true\">Additional Resources<\/span><\/h2> <div class=\"clsSVAssetList\"> <ul name=\"Overview Resources\" prefix=\"asset\"> <li class=\"clsSVAssetType_video_x-flv clsSVAsset_Video clsSVAsset33 cl_even cl_first\"><span class=\"clsSVAsset_Image\"><\/span> <span class=\"clsSVAsset_Image\"> <a href=\"https://player.vimeo.com/video/140715627?autoplay=1\" title=\"Red Bull Video\" rel=\"shadowbox;width=800;height=450;\"> <span name=\"asset.Title\">Red Bull Video<\/span> <br/> <img src=\"http://static.ziftsolutions.com/files/ff8081815a8d0e82015aa53536b717a8/red-bull-video-thumb.jpg\" alt=\"Red Bull Video\"/> <\/a> <\/span><\/li> <li class=\"clsSVAssetType_video_x-flv clsSVAsset_Video clsSVAsset1 cl_odd cl_last\"><span class=\"clsSVAsset_Image\"><\/span> <span class=\"clsSVAsset_Image\"> <a href=\"https://player.vimeo.com/video/152718431?autoplay=1\" title=\"United Launch Alliance Video\" rel=\"shadowbox;width=800;height=450;\"> <span name=\"asset.Title\">United Launch Alliance Video<\/span> <br/> <img src=\"https://static.ziftsolutions.com/files/8abf1c4b527d9bf201527f5ae51d172e.jpg\" alt=\"United Launch Alliance Video\"/> <\/a> <\/span><\/li> <\/ul> <\/div> <span name=\"Internal Block.Contact Box\"><div class=\"clsSVSideFooter\"> <h2><span name=\"Contact Title\" zcached=\"true\">Contact Us Now<\/span><\/h2> <span name=\"Contact Text\">Contact email sales&#064;3dtechnology.ie <br/> Contact phone 091-730871/ 01-5547890<\/span> <a href=\"?zPage=Page-contact-da16654b\" title=\"Contact\" zstepid=\"Page-contact-da16654b\" onclick=\"zPanele64d6.gotoPage('zPage','Page-contact-da16654b',this, true,false,800,600); return false;\"><span name=\"Contact Us Link\" zcached=\"true\">Contact Us<\/span><\/a><\/div><\/span><\/div> <\/span><\/div> <div class=\"clsSVClear\"> <\/div> <span name=\"Internal Block.Panel Footer\"><div class=\"clsSVLegal\">Solution Center Content &copy; Siemens 2017. All rights reserved.<\/div><\/span><\/div><br/> <\/span>","baseJS":"<script type='text/javascript'>\nfunction zGetNextPageInternal(param, link) {\nreturn '8a6904e051ee56770151eefe212b0650';\n}\nfunction zGotoNextPageInternal(param, link) {\nzPanele64d6.setPageCookieForNextPage(zQStringValue('zPage'));\nzPanele64d6.incrementPageCount();\nzPanele64d6.gotoPage(param, zNextPage, link, true);\nreturn zNextPage;\n}\nfunction zSetDynamicPanelAttributes() { \nzPanele64d6.setExternalFormUrl('https://form.ziftsolutions.com/open/ExternalFormProcessor.html');\n}\n<\/script>","onloadJS":"<script type='text/javascript'>\nzDoPanelLoad();\n<\/script>","scriptIncludes":""};
var s_23937 = document.createElement('div');s_23937.className = 'z_panel_base z_p_Siemens_Solution_Center z_ps_Overview';s_23937.id = 'pw_ff8081815f176681015f254bb65211c0';pt_ff8081815f176681015f254bb65211c0.appendChild(s_23937);
s_23937.innerHTML = zContent.content;
var s_24205 = document.createElement('span');pt_ff8081815f176681015f254bb65211c0.appendChild(s_24205);
}
function zGetNextPageInternal(param, link) {
return '8a6904e051ee56770151eefe212b0650';
}
function zGotoNextPageInternal(param, link) {
zPanele64d6.setPageCookieForNextPage(zQStringValue('zPage'));
zPanele64d6.incrementPageCount();
zPanele64d6.gotoPage(param, zNextPage, link, true);
return zNextPage;
}
function zSetDynamicPanelAttributes() { 
zPanele64d6.setExternalFormUrl('https://form.ziftsolutions.com/open/ExternalFormProcessor.html');
}
zDoPanelLoad();
