// Buy button image
if (typeof gs_dl_btn_img != "undefined") {
dl_btn_img = gs_dl_btn_img;
}
else {
dl_btn_img = "http://www.eidosinteractive.com/img/gs-download-btn.gif";
}
// Download button image
if (typeof gs_buy_btn_img != "undefined") {
buy_btn_img = gs_buy_btn_img;
}
else {
buy_btn_img = "http://www.eidosinteractive.com/img/gs-buy-btn.gif";
}
// Buy text button font family
if (typeof gs_btn_txt_font != "undefined") {
btn_txt_font = gs_btn_txt_font;
}
else {
btn_txt_font = 'Arial, Helvetica, sans-serif';
}
// Buy text button font size
if (typeof gs_btn_txt_size != "undefined") {
btn_txt_size = gs_btn_txt_size;
}
else {
btn_txt_size = '120%';
}
// Buy text button font color
if (typeof gs_btn_txt_color != "undefined") {
btn_txt_color = gs_btn_txt_color;
}
else {
btn_txt_color = '#FFFFFF';
}
// Download button text graphic
if (typeof gs_btn_txt_download_img != "undefined") {
btn_txt_download = '';
}
else {
btn_txt_download = 'DOWNLOAD NOW';
}
// Buy button text graphic
if (typeof gs_btn_txt_buy_img != "undefined") {
btn_txt_buy = '
';
}
else {
btn_txt_buy = 'BUY NOW';
}
// Buy button description font family
if (typeof gs_btn_desc_font != "undefined") {
btn_desc_font = gs_btn_desc_font;
}
else {
btn_desc_font = 'Arial, Helvetica, sans-serif';
}
// Buy button description font size
if (typeof gs_btn_desc_size != "undefined") {
btn_desc_size = gs_btn_desc_size;
}
else {
btn_desc_size = '60%';
}
// Buy button description font color
if (typeof gs_btn_desc_color != "undefined") {
btn_desc_color = gs_btn_desc_color;
}
else {
btn_desc_color = '#FFFFFF';
}
// System Requirements Lab description font family
if (typeof gs_srl_desc_font != "undefined") {
srl_desc_font = gs_srl_desc_font;
}
else {
srl_desc_font = 'Arial, Helvetica, sans-serif';
}
// System Requirements Lab description font size
if (typeof gs_srl_desc_size != "undefined") {
srl_desc_size = gs_srl_desc_size;
}
else {
srl_desc_size = '60%';
}
// System Requirements Lab description font color
if (typeof gs_srl_desc_color != "undefined") {
srl_desc_color = gs_srl_desc_color;
}
else {
srl_desc_color = '#FFFFFF';
}
// Disclaimer text font family
if (typeof gs_disc_txt_font != "undefined") {
disc_txt_font = gs_disc_txt_font;
}
else {
disc_txt_font = 'Arial, Helvetica, sans-serif';
}
// Disclaimer text font size
if (typeof gs_disc_txt_size != "undefined") {
disc_txt_size = gs_disc_txt_size;
}
else {
disc_txt_size = '60%';
}
// Disclaimer text font color
if (typeof gs_disc_txt_color != "undefined") {
disc_txt_color = gs_disc_txt_color;
}
else {
disc_txt_color = '#FFFFFF';
}
// EIDOS logo color
if (typeof gs_logo_color != "undefined") {
if (gs_logo_color == "blue") {
eidos_logo_color = 'http://www.eidosinteractive.com/img/gs-eidos-logo-blue.gif';
}
else {
eidos_logo_color = gs_logo_color;
}
}
else {
eidos_logo_color = 'http://www.eidosinteractive.com/img/gs-eidos-logo-wht.gif';
}
document.write(''
+'