0% found this document useful (0 votes)
183 views19 pages

MCSatellite

The document provides instructions and code for displaying a trial expiration page in 3 sentences or less: It includes JavaScript functions for displaying a trial expiration page, launching a purchase page, and tracking user actions. CSS and image files are also referenced for customizing the page styling and appearance. The code samples show how to retrieve parameter values, handle button clicks, and redirect users based on their trial status.

Uploaded by

Loliconime-Desu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
183 views19 pages

MCSatellite

The document provides instructions and code for displaying a trial expiration page in 3 sentences or less: It includes JavaScript functions for displaying a trial expiration page, launching a purchase page, and tracking user actions. CSS and image files are also referenced for customizing the page styling and appearance. The code samples show how to retrieve parameter values, handle button clicks, and redirect users based on their trial status.

Uploaded by

Loliconime-Desu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 19

<?xml version="1.0" encoding= "utf-8" ?

>

<multipart>

<response version="3" type="messages" status='OK'>

<messages version="2" xmlns="urn:www.corel.com-ipm-


dynamicmessages">

<downloads>
<download
url="http://mc.corel.com/futuretense_cs/ccurl/38/75/1144777292338,192.txt"
localpath="skin/skin.css" />
</downloads>
&lt;!-- No messages found for
licenseid:540227504, sourceid:017002,lang:--&gt;

</messages>
<workflowmessagelist
ids='1346959021157,1346959020831,1346959020569,1346959020465,1337697447488,13376974
47459,1337697446368,1337697446398,1337697446427,1337697446456,1337697447401,1337697
447430,1209150462573,1206035158374,1205857636881,1216665850570,1206035158049,120603
5158390,1279570802965,1317874082186,1205857636921,1317874082166,1317874082146,12091
50463162,1205358652437,1205857636147,1205358652478,1205857636161,1329331492174,1206
035158457,1206035158473,1210192725504,1241638404845,1241638404862,1241638404689,124
1638404828,1208144863914,1206035158035,1473256939513,1206035158283,1205857636867,12
05358653517,1205358653502,1268336756862,1268336756837,1323365247731,1329331408301,1
329331408933,1333712253272'/>

<wm:workflowmessages version="1"
xmlns="urn:www.corel.com-ipm-dynamicmessages"
xmlns:wm="urn:www.corel.com-ipm-workflowmessages"
>

<wm:workflowmessage
wm:name="trial_page"
id='1346959021157'
visibility='/systeminfo[@online=&#034;false&#034;] AND
/productmanifest/licenseinfolist/licenseinfo[@licenseid=&#034;&lt;license&gt;&#034;
and number(@trialdaysleft) &gt;= -9999 and number(@trialdaysleft) &lt;= 0 and
(@serialtype=&#034;15&#034;)] AND
/productmanifest/licenseinfolist/licenseinfo[@licenseid=&#034;540227504&#034;]/subs
criptioninfo[@subscriptionid=&#034;1000003&#034;]'

modified-timestamp='1385492248000'
>
<contents>
<content type="" localpath="1346959021157\body.htm">
<![CDATA[

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"


"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<META HTTP-EQUIV="MSThemeCompatible" CONTENT="yes">
<!-- process skin css -->
<link rel="stylesheet" type="text/css"
href='../trialSkin/1241638714996,5.txt.css'
/>

<script type="text/javascript">
function closewin(vinput) {
if (vinput == 0) {
document.location.href = "pcucmd://continue";
}
}
function launchBuy() {
var url = "pcucmd://browse?
URL='http://www.corel.com/corel/ipm/redirect/index.jsp?
serialtype=<PST>&pculicenseid=<License>&pcusourceid=<SourceID>&lang=<LangCode>&seri
al=<PSN>&hfpid=<PCID>&profileid=<profileid>&subscriptionid=<subscriptionid>&machine
id=<MachineID>&version=2&regtrackingid=<ibrtrackingid>&productversion=<majorversion
>&<SVRCKS>&wf=p'&setresult=closewin&suppressnext=yes";
document.location.href = url;
}

function launchRetry() {
var url = "pcucmd://browse?
URL='http://www.corel.com/corel/ipm/redirect/index.jsp?
serialtype=<PST>&pculicenseid=<License>&pcusourceid=<SourceID>&lang=<LangCode>&seri
al=<PSN>&hfpid=<PCID>&profileid=<profileid>&subscriptionid=<subscriptionid>&machine
id=<MachineID>&version=2&regtrackingid=<ibrtrackingid>&productversion=<majorandmino
rversion>&<SVRCKS>&wf=fr'&setresult=closewin&suppressnext=yes";
document.location.href = url;
}

function redeemcode() {
var strUrl = "http://www.corel.com/corel/ipm/redirect/index.jsp?
wf=redeem&serialtype=<PST>&licenseid=<License>&sourceid=<SourceID>&lang=<LangCode>&
serial=<PSN>&hfpid=<PCID>&profileid=<profileid>&subscriptionid=<subscriptionid>&mac
hineid=<MachineID>&<SVRCKS>";
location = "pcucmd://browse?url='" + strUrl +
"'&setresult=closewin&suppressnext=yes&online=true";
}

function ondndclicked() {
var dontDisplay = document.getElementById("dontdisplay");
if (dontDisplay != null) {
if (dontDisplay.checked) {
location = "pcucmd://SetSchedule?numdays=-1";
}
else {
location = "pcucmd://SetSchedule?num_times=1";
}
}
}

function CanRenewItTrialMembership(strVerCurrent, strVerLastUsed,


strVerRunning)
{
var bReturn = false;

if (strVerCurrent != "") {
if (strVerLastUsed == "") {
strVerLastUsed = "16.2";
}

var fCur = parseFloat(strVerCurrent);


var fUse = parseFloat(strVerLastUsed);
var fRun = parseFloat(strVerRunning);

if (fRun != fUse)
{
if (fUse < fCur)
{
bReturn = true;
}
}

return bReturn;
}

</script>

<script type="text/javascript" src="../shared/CCC.js"></script>


<script type="text/javascript">

var itrkid = 4502;


var promo = null;
var productName = "CorelDRAW Graphics Suite";
var actionIdList = {

};

function btnHybridRegContinue_OnClick() {
if (getParamVal("isregistered") == 1) {
document.location='pcucmd://Continue';
} else {
document.location='pcucmd://SetSequence?
name=register';
}
}

function init() {
document.location = "pcucmd://ResetCounter";
document.location.replace('pcucmd://FrameDataLoaded');

document.location.href = 'pcucmd://AddTrackingData?
id=1346959021157&name=workflow&value=trial';
document.location.href = 'pcucmd://AddTrackingData?
id=1346959021157&name=trackingid&value=4502';

if (actionIdList[getParamVal("ST")] !== void(0)) {


document.location.href = 'pcucmd://AddTrackingData?
id=1346959021157&name=actionid&value=' + actionIdList[getParamVal("ST")];
}

if (itrkid != null) {
document.location.replace('pcucmd://SetCookie?
itrkid=' + itrkid);
}

init_trial_page();
}

function getPCUNVPs(fullList, noAdmin) {


var nvps =
'&licenseid=<license>&sourceid=<sourceid>&lang=en&x-
profileid=<ProfileID>&hfpid=<PCID>&NumDays=<NumDays>';

if (typeof(promo) != "undefined" && promo!=null) {


document.location = "pcucmd://SetCookie?promo=''";

nvps += "&promo=" + promo;


}

if (typeof(noAdmin) != "undefined" && !noAdmin) {


nvps += "&admin=yes";
}

if (fullList) {
nvps += "&<SVRCKS>";
}

return nvps;
}

function launchStore(noAdmin,fullBrowser,alternativelicenseid) {
var storeUrl =
addGoogleAnalyticsParamsToUrl("http://iws.corel.com/ipmws/redirect/index.jsp?
_redirect=pcupurchase" + getPCUNVPs(true, noAdmin));
if(alternativelicenseid){
storeUrl += "&alternativelicenseid=" +
alternativelicenseid;
}
var url = "pcucmd://browse?URL='" + storeUrl + "'";
if(arguments.length >= 2 && (fullBrowser == "true" ||
fullBrowser == true)){
storeUrl += "&fullbrowser=true";
url = "pcucmd://fullbrowse?url='" + storeUrl + "'";
}
document.location.href = url;
}

function
launchStoreForTryAndDie(noAdmin,fullBrowser,alternativelicenseid) {
var storeUrl =
addGoogleAnalyticsParamsToUrl("http://iws.corel.com/ipmws/redirect/index.jsp?
_redirect=command&buildcode=<SNF>" + getPCUNVPs(true, noAdmin));
if(alternativelicenseid){
storeUrl += "&alternativelicenseid=" +
alternativelicenseid;
}
var url = "pcucmd://browse?URL='" + storeUrl + "'";
if(arguments.length >= 2 && (fullBrowser == "true" ||
fullBrowser == true)){
storeUrl += "&fullbrowser=true";
url = "pcucmd://fullbrowse?url='" + storeUrl + "'";
}
document.location.href = url;
}

function addGoogleAnalyticsParamsToUrl(url){
originalUrl = url;
try{
url = addOrUpdateQStringParam(url,"utm_term","Trial");
url = addOrUpdateQStringParam(url,"utm_medium","IPM");
url = addOrUpdateQStringParam(url,"utm_source","<license>-
<sourceid>");
url =
addOrUpdateQStringParam(url,"utm_campaign","1346959021157");
url = addOrUpdateQStringParam(url,"utm_content","<PCID>");
url = addOrUpdateQStringParam(url,"x-vehicle","Trial");
} catch(err) {
return originalUrl;
}
return url;
}

function addOrUpdateQStringParam(uri, key, value) {


var re = new RegExp("([?&])" + key + "=.*?(&|$)", "i");
var separator = uri.indexOf('?') !== -1 ? "&" : "?";
if (uri.match(re)) {
return uri.replace(re, '$1' + key + "=" + value + '$2');
}
else {
return uri + separator + key + "=" + value;
}
}

function activate() {
location.href = "pcucmd://Activate?admin=yes";
location.href = "pcucmd://Next?condition=true";
}

function replacePname(){
if(productName == "null") productName = "Corel";

content.innerHTML=content.innerHTML.replace("[pname]",productName);
}

</script>
</head>
<body tabindex="-1" onload="init();replacePname()">
<div style="text-align:left;">
<div id="content">

<script type="text/javascript" language="javascript">


window.onload = function () {
init();
replacePname();
location = "pcucmd://replacetoken?callback=rpt&string='?
RuntimeEvent=<RuntimeEvent>&SubscriptionCurrentVersion=<SubscriptionCurrentVersion>
&SubscriptionLastUsedVersion=<SubscriptionLastUsedVersion>&productversion=<majorand
minorversion>'";
}
function rpt(str) {

var rt = extractParam(str, "RuntimeEvent");


var SubscriptionCurrentVersion = extractParam(str,
"SubscriptionCurrentVersion");
var SubscriptionLastUsedVersion = extractParam(str,
"SubscriptionLastUsedVersion");
var productversion = extractParam(str, "productversion");

if ("2" == rt) {
var pEl = document.getElementById('dnd');
if (pEl)
pEl.style.display = "none";
}

if (CanRenewItTrialMembership(SubscriptionCurrentVersion,
SubscriptionLastUsedVersion, productversion)) {
idNoRetryLabel1.style.display = "none";
idNoRetryLabel2.style.display = "none";
idRetryLabel.style.display = "block";
idRetryBtn.style.display = "block";
}

}
</script>

<div class="bgimage" style="background:


url('../shared/Images/cgsx6_subscription_background3.png') no-repeat">
<table cellpadding="0" cellspacing="0" class="content_table">
<tr valign="top"><td style="padding-bottom: 10px">
<h1>Your Premium Membership Trial has expired</h1>
<p id="idNoRetryLabel1">Your Standard Membership is now in effect,
giving you access only to Standard content and features.</p>
<p id="idNoRetryLabel2">Purchase Premium Membership now for easy access
to Premium features and services as well as exclusive online selections of fonts,
clipart, and photos.</p>
<p id="idRetryLabel" style="display: none;">To continue using
premium features, extend your free Premium Membership Trial or purchase Premium
Membership.</p>
</td></tr>
<tr valign="bottom">
<td>
<table align="center" cellpadding="0" cellspacing="0" class="button_table"
id="idRetryBtn" style="display: none;">
<a href="#" onclick="return launchRetry()">
<tr valign="middle">
<td class="button_table_left_gray"></td>
<td class="button_table_center_gray">Try Premium</td>
<td class="button_table_right_gray"></td>
</tr></a>
</table>
<input type="button" accesskey="T" onclick="return launchRetry()"
class="accBtn"/>
</td>
</tr>
<tr valign="top"><td style="padding-bottom: 10px">
<table align="center" cellpadding="0" cellspacing="0"
class="button_table">
<a href="#" onclick="return launchBuy()"><tr valign="middle">
<td class="button_table_left"></td>
<td class="button_table_center">Go <u>P</u>remium</td>
<td class="button_table_right"></td>
</tr></a>
</table>
<input type="button" accesskey="P" onclick="return launchBuy()"
class="accBtn"/>
</td></tr>
<tr valign="bottom" id="dnd">
<td>
<input id="dontdisplay" type="checkbox" tabindex="2"
onclick="ondndclicked();" />
<label for="dontdisplay">Don't show again</label>
</td>
</tr>
</table>
</div>
</div>

<div id="ButtonBar" style="display: none;">


<div style="width: 100%; height: 100%; padding: 0px; margin: 0px; border:
none;" id="Table1">
<div style="float:left;text-align:left">
<table align="center">
<tr>

</tr>
</table>
</div>
<div style="float:right;text-align:right">
<table align="center">
<tr>
<td><button style='overflow:visible;width:100%'
class='buttonBar' type='submit' accessKey='C' id='pcubtnclose' name='pcubtnclose'
onclick="location='pcucmd://Cancel?confirm=no'"><u>C</u>lose</button></td>

</tr>
</table>
</div>
</div>
</div>
<div id="pcu_data" style="display:none;">
PageDimension:620,510
</div>

</div>
</body>
</html>

]]>
</content>
</contents>
<downloads>

</downloads>
</wm:workflowmessage>

<wm:workflowmessage
wm:name="trial_page"
id='1346959020831'
visibility='/systeminfo[@online=&#034;true&#034;] AND
/productmanifest/licenseinfolist/licenseinfo[@licenseid=&#034;&lt;license&gt;&#034;
and number(@trialdaysleft) &gt;= -9999 and number(@trialdaysleft) &lt;= 0 and
(@serialtype=&#034;15&#034;)] AND
/productmanifest/licenseinfolist/licenseinfo[@licenseid=&#034;540227504&#034;]/subs
criptioninfo[@subscriptionid=&#034;1000003&#034;]'

modified-timestamp='1385492237000'
>
<contents>
<content type="" localpath="1346959020831\body.htm">
<![CDATA[

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"


"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<META HTTP-EQUIV="MSThemeCompatible" CONTENT="yes">

<!-- process skin css -->


<link rel="stylesheet" type="text/css"
href='../trialSkin/1241638714996,5.txt.css'
/>

<script type="text/javascript">
function closewin(vinput) {
if (vinput == 0) {
document.location.href = "pcucmd://continue";
}
}
function launchBuy() {
var url = "pcucmd://browse?
URL='http://www.corel.com/corel/ipm/redirect/index.jsp?
serialtype=<PST>&pculicenseid=<License>&pcusourceid=<SourceID>&lang=<LangCode>&seri
al=<PSN>&hfpid=<PCID>&profileid=<profileid>&subscriptionid=<subscriptionid>&machine
id=<MachineID>&version=2&regtrackingid=<ibrtrackingid>&productversion=<majorversion
>&<SVRCKS>&wf=p'&setresult=closewin&suppressnext=yes";
document.location.href = url;
}

function launchRetry() {
var url = "pcucmd://browse?
URL='http://www.corel.com/corel/ipm/redirect/index.jsp?
serialtype=<PST>&pculicenseid=<License>&pcusourceid=<SourceID>&lang=<LangCode>&seri
al=<PSN>&hfpid=<PCID>&profileid=<profileid>&subscriptionid=<subscriptionid>&machine
id=<MachineID>&version=2&regtrackingid=<ibrtrackingid>&productversion=<majorandmino
rversion>&<SVRCKS>&wf=fr'&setresult=closewin&suppressnext=yes";
document.location.href = url;
}

function redeemcode() {
var strUrl = "http://www.corel.com/corel/ipm/redirect/index.jsp?
wf=redeem&serialtype=<PST>&licenseid=<License>&sourceid=<SourceID>&lang=<LangCode>&
serial=<PSN>&hfpid=<PCID>&profileid=<profileid>&subscriptionid=<subscriptionid>&mac
hineid=<MachineID>&<SVRCKS>";
location = "pcucmd://browse?url='" + strUrl +
"'&setresult=closewin&suppressnext=yes&online=true";
}

function ondndclicked() {
var dontDisplay = document.getElementById("dontdisplay");
if (dontDisplay != null) {
if (dontDisplay.checked) {
location = "pcucmd://SetSchedule?numdays=-1";
}
else {
location = "pcucmd://SetSchedule?num_times=1";
}
}
}

function CanRenewItTrialMembership(strVerCurrent, strVerLastUsed,


strVerRunning)
{
var bReturn = false;

if (strVerCurrent != "") {
if (strVerLastUsed == "") {
strVerLastUsed = "16.2";
}

var fCur = parseFloat(strVerCurrent);


var fUse = parseFloat(strVerLastUsed);
var fRun = parseFloat(strVerRunning);

if (fRun != fUse)
{
if (fUse < fCur)
{
bReturn = true;
}
}

return bReturn;
}

</script>

<script type="text/javascript" src="../shared/CCC.js"></script>


<script type="text/javascript">

var itrkid = 4502;


var promo = null;
var productName = "CorelDRAW Graphics Suite";
var actionIdList = {

};

function btnHybridRegContinue_OnClick() {
if (getParamVal("isregistered") == 1) {
document.location='pcucmd://Continue';
} else {
document.location='pcucmd://SetSequence?
name=register';
}
}

function init() {
document.location = "pcucmd://ResetCounter";
document.location.replace('pcucmd://FrameDataLoaded');

document.location.href = 'pcucmd://AddTrackingData?
id=1346959020831&name=workflow&value=trial';
document.location.href = 'pcucmd://AddTrackingData?
id=1346959020831&name=trackingid&value=4502';

if (actionIdList[getParamVal("ST")] !== void(0)) {


document.location.href = 'pcucmd://AddTrackingData?
id=1346959020831&name=actionid&value=' + actionIdList[getParamVal("ST")];

if (itrkid != null) {
document.location.replace('pcucmd://SetCookie?
itrkid=' + itrkid);
}

init_trial_page();
}

function getPCUNVPs(fullList, noAdmin) {


var nvps =
'&licenseid=<license>&sourceid=<sourceid>&lang=en&x-
profileid=<ProfileID>&hfpid=<PCID>&NumDays=<NumDays>';

if (typeof(promo) != "undefined" && promo!=null) {


document.location = "pcucmd://SetCookie?promo=''";

nvps += "&promo=" + promo;


}

if (typeof(noAdmin) != "undefined" && !noAdmin) {


nvps += "&admin=yes";
}

if (fullList) {
nvps += "&<SVRCKS>";
}

return nvps;
}

function launchStore(noAdmin,fullBrowser,alternativelicenseid) {
var storeUrl =
addGoogleAnalyticsParamsToUrl("http://iws.corel.com/ipmws/redirect/index.jsp?
_redirect=pcupurchase" + getPCUNVPs(true, noAdmin));
if(alternativelicenseid){
storeUrl += "&alternativelicenseid=" +
alternativelicenseid;
}
var url = "pcucmd://browse?URL='" + storeUrl + "'";
if(arguments.length >= 2 && (fullBrowser == "true" ||
fullBrowser == true)){
storeUrl += "&fullbrowser=true";
url = "pcucmd://fullbrowse?url='" + storeUrl + "'";
}
document.location.href = url;
}

function
launchStoreForTryAndDie(noAdmin,fullBrowser,alternativelicenseid) {
var storeUrl =
addGoogleAnalyticsParamsToUrl("http://iws.corel.com/ipmws/redirect/index.jsp?
_redirect=command&buildcode=<SNF>" + getPCUNVPs(true, noAdmin));
if(alternativelicenseid){
storeUrl += "&alternativelicenseid=" +
alternativelicenseid;
}
var url = "pcucmd://browse?URL='" + storeUrl + "'";
if(arguments.length >= 2 && (fullBrowser == "true" ||
fullBrowser == true)){
storeUrl += "&fullbrowser=true";
url = "pcucmd://fullbrowse?url='" + storeUrl + "'";
}
document.location.href = url;
}

function addGoogleAnalyticsParamsToUrl(url){
originalUrl = url;
try{
url = addOrUpdateQStringParam(url,"utm_term","Trial");
url = addOrUpdateQStringParam(url,"utm_medium","IPM");
url = addOrUpdateQStringParam(url,"utm_source","<license>-
<sourceid>");
url =
addOrUpdateQStringParam(url,"utm_campaign","1346959020831");
url = addOrUpdateQStringParam(url,"utm_content","<PCID>");
url = addOrUpdateQStringParam(url,"x-vehicle","Trial");
} catch(err) {
return originalUrl;
}
return url;
}

function addOrUpdateQStringParam(uri, key, value) {


var re = new RegExp("([?&])" + key + "=.*?(&|$)", "i");
var separator = uri.indexOf('?') !== -1 ? "&" : "?";
if (uri.match(re)) {
return uri.replace(re, '$1' + key + "=" + value + '$2');
}
else {
return uri + separator + key + "=" + value;
}
}

function activate() {
location.href = "pcucmd://Activate?admin=yes";
location.href = "pcucmd://Next?condition=true";
}

function replacePname(){
if(productName == "null") productName = "Corel";

content.innerHTML=content.innerHTML.replace("[pname]",productName);
}

</script>
</head>
<body tabindex="-1" onload="init();replacePname()">
<div style="text-align:left;">
<div id="content">
<script type="text/javascript" language="javascript">
window.onload = function () {
init();
replacePname();
location = "pcucmd://replacetoken?callback=rpt&string='?
RuntimeEvent=<RuntimeEvent>&SubscriptionCurrentVersion=<SubscriptionCurrentVersion>
&SubscriptionLastUsedVersion=<SubscriptionLastUsedVersion>&productversion=<majorand
minorversion>'";
}
function rpt(str) {

var rt = extractParam(str, "RuntimeEvent");


var SubscriptionCurrentVersion = extractParam(str,
"SubscriptionCurrentVersion");
var SubscriptionLastUsedVersion = extractParam(str,
"SubscriptionLastUsedVersion");
var productversion = extractParam(str, "productversion");

if ("2" == rt) {
var pEl = document.getElementById('dnd');
if (pEl)
pEl.style.display = "none";
}

if (CanRenewItTrialMembership(SubscriptionCurrentVersion,
SubscriptionLastUsedVersion, productversion)) {
idNoRetryLabel1.style.display = "none";
idNoRetryLabel2.style.display = "none";
idRetryLabel.style.display = "block";
idRetryBtn.style.display = "block";
}

}
</script>

<div class="bgimage" style="background:


url('../shared/Images/cgsx6_subscription_background3.png') no-repeat">
<table cellpadding="0" cellspacing="0" class="content_table">
<tr valign="top"><td style="padding-bottom: 10px">
<h1>Your Premium Membership Trial has expired</h1>
<p id="idNoRetryLabel1">Your Standard Membership is now in effect,
giving you access only to Standard content and features.</p>
<p id="idNoRetryLabel2">Purchase Premium Membership now for easy access
to Premium features and services as well as exclusive online selections of fonts,
clipart, and photos.</p>
<p id="idRetryLabel" style="display: none;">To continue using
premium features, extend your free Premium Membership Trial or purchase Premium
Membership.</p>
</td></tr>
<tr valign="bottom">
<td>
<table align="center" cellpadding="0" cellspacing="0" class="button_table"
id="idRetryBtn" style="display: none;">
<a href="#" onclick="return launchRetry()">
<tr valign="middle">
<td class="button_table_left_gray"></td>
<td class="button_table_center_gray">Try Premium</td>
<td class="button_table_right_gray"></td>
</tr></a>
</table>
<input type="button" accesskey="T" onclick="return launchRetry()"
class="accBtn"/>
</td>
</tr>
<tr valign="top"><td style="padding-bottom: 10px">
<table align="center" cellpadding="0" cellspacing="0"
class="button_table">
<a href="#" onclick="return launchBuy()"><tr valign="middle">
<td class="button_table_left"></td>
<td class="button_table_center">Go <u>P</u>remium</td>
<td class="button_table_right"></td>
</tr></a>
</table>
<input type="button" accesskey="P" onclick="return launchBuy()"
class="accBtn"/>
</td></tr>
<tr valign="bottom" id="dnd">
<td>
<input id="dontdisplay" type="checkbox" tabindex="2"
onclick="ondndclicked();" />
<label for="dontdisplay">Don't show again</label>
</td>
</tr>
</table>
</div>
</div>

<div id="ButtonBar" style="display: none;">


<div style="width: 100%; height: 100%; padding: 0px; margin: 0px; border:
none;" id="Table1">
<div style="float:left;text-align:left">
<table align="center">
<tr>

</tr>
</table>
</div>
<div style="float:right;text-align:right">
<table align="center">
<tr>
<td><button style='overflow:visible;width:100%'
class='buttonBar' type='submit' accessKey='C' id='pcubtnclose' name='pcubtnclose'
onclick="location='pcucmd://Cancel?confirm=no'"><u>C</u>lose</button></td>

</tr>
</table>
</div>
</div>
</div>

<div id="pcu_data" style="display:none;">


PageDimension:620,510
</div>

</div>
</body>
</html>

]]>
</content>
</contents>
<downloads>

</downloads>
</wm:workflowmessage>

<wm:workflowmessage
wm:name="trial_page"
id='1346959020569'
visibility='/systeminfo[@online=&#034;false&#034;] AND
/productmanifest/licenseinfolist/licenseinfo[@licenseid=&#034;&lt;license&gt;&#034;
and number(@trialdaysleft) &gt;= 1 and number(@trialdaysleft) &lt;= 15 and
(@serialtype=&#034;15&#034;)] AND
/productmanifest/licenseinfolist/licenseinfo[@licenseid=&#034;540227504&#034;]/subs
criptioninfo[@subscriptionid=&#034;1000003&#034;]'

modified-timestamp='1349808023000'
>
<contents>
<content type="" localpath="1346959020569\body.htm">
<![CDATA[
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<META HTTP-EQUIV="MSThemeCompatible" CONTENT="yes">

<!-- process skin css -->


<link rel="stylesheet" type="text/css"
href='../trialSkin/1241638714996,5.txt.css'
/>

<script type="text/javascript">
function closewin(vinput) {
if (vinput == 0) {
document.location.href = "pcucmd://continue";
}
}
function launchBuy() {
var url = "pcucmd://browse?
URL='http://www.corel.com/corel/ipm/redirect/index.jsp?
serialtype=<PST>&pculicenseid=<License>&pcusourceid=<SourceID>&lang=<LangCode>&seri
al=<PSN>&hfpid=<PCID>&profileid=<profileid>&subscriptionid=<subscriptionid>&machine
id=<MachineID>&version=2&regtrackingid=<ibrtrackingid>&productversion=<majorversion
>&<SVRCKS>&wf=p'&setresult=closewin&suppressnext=yes";
document.location.href = url;
}
</script>

<script type="text/javascript" src="../shared/CCC.js"></script>


<script type="text/javascript">

var itrkid = 4502;


var promo = null;
var productName = "CorelDRAW Graphics Suite";
var actionIdList = {

};

function btnHybridRegContinue_OnClick() {
if (getParamVal("isregistered") == 1) {
document.location='pcucmd://Continue';
} else {
document.location='pcucmd://SetSequence?
name=register';
}
}

function init() {
document.location = "pcuc

You might also like